Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStats
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStats
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb
Instance Attribute Summary collapse
-
#response ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsResponse
This message type encapsulates a response format for Js Optimized Scenario.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1OptimizedStats
constructor
A new instance of GoogleCloudApigeeV1OptimizedStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1OptimizedStats
Returns a new instance of GoogleCloudApigeeV1OptimizedStats.
4131 4132 4133 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsResponse
This message type encapsulates a response format for Js Optimized Scenario.
Corresponds to the JSON property Response
4129 4130 4131 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4129 def response @response end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4136 4137 4138 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4136 def update!(**args) @response = args[:response] if args.key?(:response) end |