class Google::Apis::DeploymentmanagerAlpha::TypeProvidersListResponse

A response that returns all Type Providers 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]

type_providers[RW]

Output only. A list of resource type providers supported by Deployment Manager. Corresponds to the JSON property `typeProviders` @return [Array<Google::Apis::DeploymentmanagerAlpha::TypeProvider>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2533
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 2538
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @type_providers = args[:type_providers] if args.key?(:type_providers)
end