Struct google_deploymentmanager2::api::Type [−][src]
pub struct Type {
pub id: Option<String>,
pub insert_time: Option<String>,
pub name: Option<String>,
pub operation: Option<Operation>,
pub self_link: Option<String>,
}Expand description
A resource type supported by Deployment Manager.
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).
- list types (none)
Fields
id: Option<String>no description provided
insert_time: Option<String>Output only. Creation timestamp in RFC3339 text format.
name: Option<String>Name of the type.
operation: Option<Operation>Output only. The Operation that most recently ran, or is currently running, on this type.
self_link: Option<String>Output only. Server defined URL for the resource.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more