Struct grid_sdk::protocol::pike::payload::UpdateAgentActionBuilder [−][src]
pub struct UpdateAgentActionBuilder {
pub org_id: Option<String>,
pub public_key: Option<String>,
pub active: Option<bool>,
pub roles: Vec<String>,
pub metadata: Vec<KeyValueEntry>,
}Expand description
Builder used to create a UpdateAgentAction
Fields
org_id: Option<String>public_key: Option<String>active: Option<bool>roles: Vec<String>metadata: Vec<KeyValueEntry>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UpdateAgentActionBuilder
impl Send for UpdateAgentActionBuilder
impl Sync for UpdateAgentActionBuilder
impl Unpin for UpdateAgentActionBuilder
impl UnwindSafe for UpdateAgentActionBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more