Struct google_tagmanager2::Entity [] [src]

pub struct Entity {
    pub variable: Option<Variable>,
    pub change_status: Option<String>,
    pub trigger: Option<Trigger>,
    pub tag: Option<Tag>,
    pub folder: Option<Folder>,
}

A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.

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 variable being represented by the entity.

Represents how the entity has been changed in the workspace.

The trigger being represented by the entity.

The tag being represented by the entity.

The Folder being represented by the entity.

Trait Implementations

impl Default for Entity
[src]

[src]

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

impl Clone for Entity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Entity
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Entity
[src]