Struct google_dfareporting2d7::ObjectFilter [] [src]

pub struct ObjectFilter {
    pub object_ids: Option<Vec<String>>,
    pub status: Option<String>,
    pub kind: Option<String>,
}

Object Filter.

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

Fields

Applicable when status is ASSIGNED. The user has access to objects with these object IDs.

Status of the filter. NONE means the user has access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the user has access to the objects with IDs in the objectIds list.

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

Trait Implementations

impl Default for ObjectFilter
[src]

[src]

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

impl Clone for ObjectFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ObjectFilter
[src]

[src]

Formats the value using the given formatter.

impl Part for ObjectFilter
[src]