class Google::Apis::RemotebuildexecutionV2::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_v2/classes.rb, line 2443 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_v2/classes.rb, line 2448 def update!(**args) @total = args[:total] if args.key?(:total) @used = args[:used] if args.key?(:used) end