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

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]

Returns the "default value" for a type. Read more

impl Clone for ListConstraint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListConstraint
[src]

Formats the value using the given formatter.

impl Part for ListConstraint
[src]