class Google::Apis::CloudsearchV1::ItemCountByStatus
Attributes
count[RW]
Number of items matching the status code. Corresponds to the JSON property `count` @return [Fixnum]
status_code[RW]
Status
of the items. Corresponds to the JSON property `statusCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 1966 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 1971 def update!(**args) @count = args[:count] if args.key?(:count) @status_code = args[:status_code] if args.key?(:status_code) end