Class: Google::Apis::DeploymentmanagerV2beta::TypeInfoSchemaInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TypeInfoSchemaInfo

Returns a new instance of TypeInfoSchemaInfo.



2208
2209
2210
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2208

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

Instance Attribute Details

#inputString

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

Returns:

  • (String)


2199
2200
2201
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2199

def input
  @input
end

#outputString

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

Returns:

  • (String)


2206
2207
2208
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2206

def output
  @output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2213
2214
2215
2216
# File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2213

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