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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/deploymentmanager_v2beta/classes.rb,
lib/google/apis/deploymentmanager_v2beta/representations.rb,
lib/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.



2439
2440
2441
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2439

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)


2430
2431
2432
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2430

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)


2437
2438
2439
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2437

def output
  @output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2444
2445
2446
2447
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2444

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