class Google::Apis::AssuredworkloadsV1::GoogleLongrunningListOperationsResponse
The response message for Operations.ListOperations.
Attributes
next_page_token[RW]
The standard List next-page token. Corresponds to the JSON property `nextPageToken` @return [String]
operations[RW]
A list of operations that matches the specified filter in the request. Corresponds to the JSON property `operations` @return [Array<Google::Apis::AssuredworkloadsV1::GoogleLongrunningOperation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/assuredworkloads_v1/classes.rb, line 613 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/assuredworkloads_v1/classes.rb, line 618 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @operations = args[:operations] if args.key?(:operations) end