class Google::Apis::DfareportingV2_1::ListLandingPagesResponse

Landing Page List Response

Attributes

kind[RW]

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

landing_pages[RW]

Landing page collection Corresponds to the JSON property `landingPages` @return [Array<Google::Apis::DfareportingV2_1::LandingPage>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6116
def update!(**args)
  @kind = args[:kind] unless args[:kind].nil?
  @landing_pages = args[:landing_pages] unless args[:landing_pages].nil?
end