Struct google_adexchangebuyer2_v2_beta1::SecurityContext[][src]

pub struct SecurityContext {
    pub securities: Option<Vec<String>>,
}

@OutputOnly A security context.

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

Fields

The security types in this context.

Trait Implementations

impl Default for SecurityContext
[src]

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

impl Clone for SecurityContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SecurityContext
[src]

Formats the value using the given formatter. Read more

impl Part for SecurityContext
[src]

Auto Trait Implementations