class Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeleteCustomReportResponse
Attributes
message[RW]
The response contains only a message field. Corresponds to the JSON property `message` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 2115 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 2120 def update!(**args) @message = args[:message] if args.key?(:message) end