class Google::Apis::DeploymentmanagerV2::ListTypesResponse

A response that returns all Types supported by Deployment Manager

Attributes

next_page_token[RW]

A token used to continue a truncated list request. Corresponds to the JSON property `nextPageToken` @return [String]

types[RW]
Output Only

A list of resource types supported by Deployment Manager.

Corresponds to the JSON property `types` @return [Array<Google::Apis::DeploymentmanagerV2::Type>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/deploymentmanager_v2/classes.rb, line 1161
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @types = args[:types] if args.key?(:types)
end