Struct google_dfareporting2d3::DirectorySiteContactAssignment [] [src]

pub struct DirectorySiteContactAssignment {
    pub contact_id: Option<String>,
    pub visibility: Option<String>,
}

Directory Site Contact Assignment

This type is not used in any activity, and only used as part of another schema.

Fields

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

Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.

Trait Implementations

impl Default for DirectorySiteContactAssignment
[src]

[src]

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

impl Clone for DirectorySiteContactAssignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DirectorySiteContactAssignment
[src]

[src]

Formats the value using the given formatter.

impl Part for DirectorySiteContactAssignment
[src]