Class: Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/orgpolicy_v2/classes.rb,
lib/google/apis/orgpolicy_v2/representations.rb,
lib/google/apis/orgpolicy_v2/representations.rb

Overview

Defines Metadata structure.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata

Returns a new instance of GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata.



268
269
270
# File 'lib/google/apis/orgpolicy_v2/classes.rb', line 268

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

Detailed description of what this parameter is and its use. Mutable. Corresponds to the JSON property description

Returns:

  • (String)


266
267
268
# File 'lib/google/apis/orgpolicy_v2/classes.rb', line 266

def description
  @description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



273
274
275
# File 'lib/google/apis/orgpolicy_v2/classes.rb', line 273

def update!(**args)
  @description = args[:description] if args.key?(:description)
end