Struct google_cloudresourcemanager1::ListConstraint [−][src]
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]
impl Default for ListConstraintfn default() -> ListConstraint[src]
fn default() -> ListConstraintReturns the "default value" for a type. Read more
impl Clone for ListConstraint[src]
impl Clone for ListConstraintfn clone(&self) -> ListConstraint[src]
fn clone(&self) -> ListConstraintReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListConstraint[src]
impl Debug for ListConstraintfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ListConstraint[src]
impl Part for ListConstraintAuto Trait Implementations
impl Send for ListConstraint
impl Send for ListConstraintimpl Sync for ListConstraint
impl Sync for ListConstraint