google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.Namespace View Source

An attachment namespace defines read and write access for all the attachments created under it. Each namespace is globally unique, and owned by one project which is the only project that can create attachments under it.

Attributes

  • namespaceName (type: String.t, default: nil) - Resource name of this namespace. Namespaces names have the format: namespaces/namespace.
  • servingVisibility (type: String.t, default: nil) - Specifies what clients may receive attachments under this namespace via beaconinfo.getforobserved.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.Namespace{
  namespaceName: String.t(),
  servingVisibility: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.