Class: Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/deploymentmanager_alpha/classes.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb,
lib/google/apis/deploymentmanager_alpha/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.
Constructor Details
#initialize(**args) ⇒ TypeInfoSchemaInfo
Returns a new instance of TypeInfoSchemaInfo.
2918 2919 2920 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2918 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
2909 2910 2911 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2909 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
2916 2917 2918 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2916 def output @output end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2923 2924 2925 2926 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2923 def update!(**args) @input = args[:input] if args.key?(:input) @output = args[:output] if args.key?(:output) end |