Struct cloud_storage::bucket::IamCondition [−][src]
pub struct IamCondition {
pub title: String,
pub description: Option<String>,
pub expression: String,
}Expand description
A condition object associated with a binding.
Fields
title: StringTitle of the condition. For example, “expires_end_of_2018”.
description: Option<String>Optional description of the condition. For example, “Expires at midnight on 2018-12-31”.
expression: StringAttribute-based logic expression using a subset of the Common Expression Language (CEL). For example, “request.time < timestamp(‘2019-01-01T00:00:00Z’)”.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IamConditionimpl Send for IamConditionimpl Sync for IamConditionimpl Unpin for IamConditionimpl UnwindSafe for IamCondition