Struct google_dns1::OperationManagedZoneContext[][src]

pub struct OperationManagedZoneContext {
    pub new_value: Option<ManagedZone>,
    pub old_value: Option<ManagedZone>,
}

There is no detailed description.

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

Fields

The post-operation ManagedZone resource.

The pre-operation ManagedZone resource.

Trait Implementations

impl Default for OperationManagedZoneContext
[src]

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

impl Clone for OperationManagedZoneContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperationManagedZoneContext
[src]

Formats the value using the given formatter. Read more

impl Part for OperationManagedZoneContext
[src]

Auto Trait Implementations