class Google::Apis::DoubleclickbidmanagerV1::ListQueriesResponse

List queries response.

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ doubleclickbidmanager#listQueriesResponse”. Corresponds to the JSON property `kind` @return [String]

queries[RW]

Retrieved queries. Corresponds to the JSON property `queries` @return [Array<Google::Apis::DoubleclickbidmanagerV1::Query>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 129
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @queries = args[:queries] if args.key?(:queries)
end