class Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo

Attributes

input[RW]

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` @return [String]

output[RW]

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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2348
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2353
def update!(**args)
  @input = args[:input] if args.key?(:input)
  @output = args[:output] if args.key?(:output)
end