class Google::Apis::DeploymentmanagerV2beta2::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::DeploymentmanagerV2beta2::Type>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 831
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_v2beta2/classes.rb, line 836
def update!(**args)
  @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
  @types = args[:types] unless args[:types].nil?
end