class Google::Apis::DoubleclickbidmanagerV1::ListReportsResponse

List reports response.

Attributes

kind[RW]

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

reports[RW]

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

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/doubleclickbidmanager_v1/classes.rb, line 150
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 155
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @reports = args[:reports] if args.key?(:reports)
end