class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse

Attributes

shared_flows[RW]

Corresponds to the JSON property `sharedFlows` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4547
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 4552
def update!(**args)
  @shared_flows = args[:shared_flows] if args.key?(:shared_flows)
end