Class: Google::Apis::DfareportingV2_8::LandingPagesListResponse

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



6851
6852
6853
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6851

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)


6844
6845
6846
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6844

def kind
  @kind
end

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

Landing page collection Corresponds to the JSON property landingPages



6849
6850
6851
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6849

def landing_pages
  @landing_pages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6856
6857
6858
6859
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6856

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