Class: Google::Apis::DeploymentmanagerV2beta::TypeProvidersListTypesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TypeProvidersListTypesResponse

Returns a new instance of TypeProvidersListTypesResponse.



2650
2651
2652
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2650

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)


2643
2644
2645
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2643

def next_page_token
  @next_page_token
end

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

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



2648
2649
2650
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2648

def types
  @types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2655
2656
2657
2658
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2655

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