class Google::Apis::StoragetransferV1::ListOperationsResponse

The response message for [Operations.ListOperations][google.longrunning. 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::StoragetransferV1::Operation>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/storagetransfer_v1/classes.rb, line 796
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/storagetransfer_v1/classes.rb, line 801
def update!(**args)
  @operations = args[:operations] if args.key?(:operations)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end