class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListExportsResponse

The response for ListExports

Attributes

exports[RW]

Details of the export jobs. Corresponds to the JSON property `exports` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Export>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 4372
def update!(**args)
  @exports = args[:exports] if args.key?(:exports)
end