Struct google_tagmanager2::WorkspaceProposalHistoryStatusChange[][src]

pub struct WorkspaceProposalHistoryStatusChange {
    pub new_status: Option<String>,
    pub old_status: Option<String>,
}

A change in the proposal's status.

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

Fields

The new proposal status after that status change.

The old proposal status before the status change.

Trait Implementations

impl Default for WorkspaceProposalHistoryStatusChange
[src]

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

impl Clone for WorkspaceProposalHistoryStatusChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WorkspaceProposalHistoryStatusChange
[src]

Formats the value using the given formatter. Read more

impl Part for WorkspaceProposalHistoryStatusChange
[src]

Auto Trait Implementations