Class: Google::Apis::DfareportingV2_7::LandingPagesListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/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) ⇒ LandingPagesListResponse

Returns a new instance of LandingPagesListResponse



6734
6735
6736
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6734

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)


6727
6728
6729
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6727

def kind
  @kind
end

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

Landing page collection Corresponds to the JSON property landingPages



6732
6733
6734
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6732

def landing_pages
  @landing_pages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6739
6740
6741
6742
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6739

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