Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse
- 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
-
#shared_flows ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow>
Corresponds to the JSON property
sharedFlows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ListSharedFlowsResponse
constructor
A new instance of GoogleCloudApigeeV1ListSharedFlowsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ListSharedFlowsResponse
Returns a new instance of GoogleCloudApigeeV1ListSharedFlowsResponse.
4911 4912 4913 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4911 def initialize(**args) update!(**args) end |
Instance Attribute Details
#shared_flows ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow>
Corresponds to the JSON property sharedFlows
4909 4910 4911 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4909 def shared_flows @shared_flows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4916 4917 4918 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4916 def update!(**args) @shared_flows = args[:shared_flows] if args.key?(:shared_flows) end |