Struct google_dfareporting2d3::DimensionValue [] [src]

pub struct DimensionValue {
    pub dimension_name: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub match_type: Option<String>,
    pub id: Option<String>,
    pub value: Option<String>,
}

Represents a DimensionValue resource.

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

The name of the dimension.

The kind of resource this is, in this case dfareporting#dimensionValue.

The eTag of this response for caching purposes.

Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.

The ID associated with the value if available.

The value of the dimension.

Trait Implementations

impl Default for DimensionValue
[src]

[src]

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

impl Clone for DimensionValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DimensionValue
[src]

[src]

Formats the value using the given formatter.

impl Resource for DimensionValue
[src]