Struct google_dfareporting3d2::api::Site[][src]

pub struct Site {
    pub account_id: Option<String>,
    pub approved: Option<bool>,
    pub directory_site_id: Option<String>,
    pub directory_site_id_dimension_value: Option<DimensionValue>,
    pub id: Option<String>,
    pub id_dimension_value: Option<DimensionValue>,
    pub key_name: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub site_contacts: Option<Vec<SiteContact>>,
    pub site_settings: Option<SiteSettings>,
    pub subaccount_id: Option<String>,
}
Expand description

Contains properties of a site.

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

account_id: Option<String>

Account ID of this site. This is a read-only field that can be left blank.

approved: Option<bool>

Whether this site is approved.

directory_site_id: Option<String>

Directory site associated with this site. This is a required field that is read-only after insertion.

directory_site_id_dimension_value: Option<DimensionValue>

Dimension value for the ID of the directory site. This is a read-only, auto-generated field.

id: Option<String>

ID of this site. This is a read-only, auto-generated field.

id_dimension_value: Option<DimensionValue>

Dimension value for the ID of this site. This is a read-only, auto-generated field.

key_name: Option<String>

Key name of this site. This is a read-only, auto-generated field.

kind: Option<String>

Identifies what kind of resource this is. Value: the fixed string “dfareporting#site”.

name: Option<String>

Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.

site_contacts: Option<Vec<SiteContact>>

Site contacts.

site_settings: Option<SiteSettings>

Site-wide settings.

subaccount_id: Option<String>

Subaccount ID of this site. This is a read-only field that can be left blank.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.