Struct google_dfareporting2d1::PlacementStrategy [] [src]

pub struct PlacementStrategy {
    pub kind: Option<String>,
    pub account_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Contains properties of a placement strategy.

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#placementStrategy".

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

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

Name of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.

Trait Implementations

impl Default for PlacementStrategy
[src]

[src]

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

impl Clone for PlacementStrategy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlacementStrategy
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for PlacementStrategy
[src]

impl ResponseResult for PlacementStrategy
[src]