class Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildbotResourceUsageStat

Attributes

total[RW]

Corresponds to the JSON property `total` @return [Fixnum]

used[RW]

Corresponds to the JSON property `used` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/remotebuildexecution_v1alpha/classes.rb, line 1764
def update!(**args)
  @total = args[:total] if args.key?(:total)
  @used = args[:used] if args.key?(:used)
end