Class: Google::Apis::DfareportingV2_5::ListLandingPagesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/representations.rb

Overview

Landing Page List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListLandingPagesResponse

Returns a new instance of ListLandingPagesResponse.



6571
6572
6573
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6571

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#landingPagesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


6564
6565
6566
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6564

def kind
  @kind
end

#landing_pagesArray<Google::Apis::DfareportingV2_5::LandingPage>

Landing page collection Corresponds to the JSON property landingPages



6569
6570
6571
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6569

def landing_pages
  @landing_pages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6576
6577
6578
6579
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6576

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @landing_pages = args[:landing_pages] if args.key?(:landing_pages)
end