Struct google_dfareporting2d3::Site [] [src]

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

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

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

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

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.

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

Site-wide settings.

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

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

Site contacts.

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

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

Whether this site is approved.

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

Trait Implementations

impl Default for Site
[src]

[src]

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

impl Clone for Site
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Site
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Site
[src]

impl Resource for Site
[src]

impl ResponseResult for Site
[src]