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



6714
6715
6716
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6714

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)


6707
6708
6709
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6707

def kind
  @kind
end

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

Landing page collection Corresponds to the JSON property landingPages



6712
6713
6714
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6712

def landing_pages
  @landing_pages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6719
6720
6721
6722
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6719

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