Class: Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TypeInfoSchemaInfo

Returns a new instance of TypeInfoSchemaInfo.



2527
2528
2529
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 2527

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)


2518
2519
2520
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 2518

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)


2525
2526
2527
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 2525

def output
  @output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2532
2533
2534
2535
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 2532

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