Struct grid_sdk::protocol::pike::payload::CreateAgentActionBuilder [−][src]
pub struct CreateAgentActionBuilder {
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 CreateAgentAction
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 CreateAgentActionBuilder
impl Send for CreateAgentActionBuilder
impl Sync for CreateAgentActionBuilder
impl Unpin for CreateAgentActionBuilder
impl UnwindSafe for CreateAgentActionBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more