class Google::Apis::DeploymentmanagerV2beta::TypesListResponse
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::DeploymentmanagerV2beta::Type>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_v2beta/classes.rb, line 2462 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_v2beta/classes.rb, line 2467 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @types = args[:types] if args.key?(:types) end