Class: Google::Apis::DeploymentmanagerV2beta::TypeInfoSchemaInfo
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2beta::TypeInfoSchemaInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_v2beta/classes.rb,
generated/google/apis/deploymentmanager_v2beta/representations.rb,
generated/google/apis/deploymentmanager_v2beta/representations.rb
Instance Attribute Summary collapse
-
#input ⇒ String
The properties that this composite type or base type collection accept as input, represented as a json blob, format is: JSON Schema Draft V4 Corresponds to the JSON property
input
. -
#output ⇒ String
The properties that this composite type or base type collection exposes as output, these properties can be used for references, represented as json blob, format is: JSON Schema Draft V4 Corresponds to the JSON property
output
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TypeInfoSchemaInfo
constructor
A new instance of TypeInfoSchemaInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TypeInfoSchemaInfo
Returns a new instance of TypeInfoSchemaInfo
2342 2343 2344 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2342 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input ⇒ String
The properties that this composite type or base type collection accept as
input, represented as a json blob, format is: JSON Schema Draft V4
Corresponds to the JSON property input
2333 2334 2335 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2333 def input @input end |
#output ⇒ String
The properties that this composite type or base type collection exposes as
output, these properties can be used for references, represented as json blob,
format is: JSON Schema Draft V4
Corresponds to the JSON property output
2340 2341 2342 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2340 def output @output end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2347 2348 2349 2350 |
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2347 def update!(**args) @input = args[:input] if args.key?(:input) @output = args[:output] if args.key?(:output) end |