Class: Google::Apis::BaremetalsolutionV1alpha1::ListSnapshotSchedulePoliciesResponse

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

Overview

Response for ListSnapshotSchedulePolicies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListSnapshotSchedulePoliciesResponse

Returns a new instance of ListSnapshotSchedulePoliciesResponse.



360
361
362
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 360

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

Instance Attribute Details

#next_page_tokenString

Token to retrieve the next page of results, or empty if there are no more results in the list. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


353
354
355
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 353

def next_page_token
  @next_page_token
end

#snapshot_schedule_policiesArray<Google::Apis::BaremetalsolutionV1alpha1::SnapshotSchedulePolicy>

The snapshot schedule policies registered in this project. Corresponds to the JSON property snapshotSchedulePolicies



358
359
360
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 358

def snapshot_schedule_policies
  @snapshot_schedule_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



365
366
367
368
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 365

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