class Google::Apis::CloudsearchV1::QueryCountByStatus

Attributes

count[RW]

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

status_code[RW]

This represents the http status code. Corresponds to the JSON property `statusCode` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3264
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 3269
def update!(**args)
  @count = args[:count] if args.key?(:count)
  @status_code = args[:status_code] if args.key?(:status_code)
end