Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse

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

Overview

To change this message, in the same CL add a change log in go/changing-api- proto-breaks-ui

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListSharedFlowsResponse

Returns a new instance of GoogleCloudApigeeV1ListSharedFlowsResponse.



4895
4896
4897
# File 'lib/google/apis/apigee_v1/classes.rb', line 4895

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

Instance Attribute Details

#shared_flowsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow>

Corresponds to the JSON property sharedFlows



4893
4894
4895
# File 'lib/google/apis/apigee_v1/classes.rb', line 4893

def shared_flows
  @shared_flows
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4900
4901
4902
# File 'lib/google/apis/apigee_v1/classes.rb', line 4900

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