Struct google_proximitybeacon1_beta1::Namespace [] [src]

pub struct Namespace {
    pub namespace_name: Option<String>,
    pub serving_visibility: Option<String>,
}

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.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Resource name of this namespace. Namespaces names have the format: namespaces/namespace.

Specifies what clients may receive attachments under this namespace via beaconinfo.getforobserved.

Trait Implementations

impl Debug for Namespace
[src]

Formats the value using the given formatter.

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Namespace
[src]

Returns the "default value" for a type. Read more

impl RequestValue for Namespace
[src]

impl Resource for Namespace
[src]

impl ResponseResult for Namespace
[src]