class Google::Apis::AutoscalerV1beta2::ListAutoscalerResponse
Attributes
items[RW]
Autoscaler resources. Corresponds to the JSON property `items` @return [Array<Google::Apis::AutoscalerV1beta2::Autoscaler>]
kind[RW]
Type of resource. Corresponds to the JSON property `kind` @return [String]
next_page_token[RW]
- Output only
-
A token used to continue a truncated list request.
Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/autoscaler_v1beta2/classes.rb, line 107 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/autoscaler_v1beta2/classes.rb, line 112 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end