class Google::Apis::DfareportingV2_3::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_3::LandingPage>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 6177 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_3/classes.rb, line 6182 def update!(**args) @kind = args[:kind] if args.key?(:kind) @landing_pages = args[:landing_pages] if args.key?(:landing_pages) end