Class: Google::Apis::DeploymentmanagerAlpha::TypeProvidersListTypesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/deploymentmanager_alpha/classes.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TypeProvidersListTypesResponse

Returns a new instance of TypeProvidersListTypesResponse.



2771
2772
2773
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2771

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token used to continue a truncated list request. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2764
2765
2766
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2764

def next_page_token
  @next_page_token
end

#typesArray<Google::Apis::DeploymentmanagerAlpha::TypeInfo>

Output only. A list of resource type info. Corresponds to the JSON property types



2769
2770
2771
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2769

def types
  @types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2776
2777
2778
2779
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2776

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @types = args[:types] if args.key?(:types)
end