class Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStats
Attributes
response[RW]
This message type encapsulates a response format for Js Optimized Scenario. Corresponds to the JSON property `Response` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsResponse]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4878 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 4883 def update!(**args) @response = args[:response] if args.key?(:response) end