class Google::Apis::ServicecontrolV1::QuotaProperties

Represents the properties needed for quota operations.

Attributes

quota_mode[RW]

Quota mode for this operation. Corresponds to the JSON property `quotaMode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicecontrol_v1/classes.rb, line 1730
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicecontrol_v1/classes.rb, line 1735
def update!(**args)
  @quota_mode = args[:quota_mode] if args.key?(:quota_mode)
end