Struct google_cloudresourcemanager1::ListConstraint
[−]
[src]
pub struct ListConstraint {
pub suggested_value: Option<String>,
}A Constraint that allows or disallows a list of string values, which are
configured by an Organization's policy administrator with a Policy.
This type is not used in any activity, and only used as part of another schema.
Fields
suggested_value: Option<String>
Optional. The Google Cloud Console will try to default to a configuration
that matches the value specified in this Constraint.
Trait Implementations
impl Default for ListConstraint[src]
fn default() -> ListConstraint[src]
Returns the "default value" for a type. Read more
impl Clone for ListConstraint[src]
fn clone(&self) -> ListConstraint[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more