Class: Google::Apis::DfareportingV2_1::ListLandingPagesResponse

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

Overview

Landing Page List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListLandingPagesResponse

Returns a new instance of ListLandingPagesResponse.



6111
6112
6113
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6111

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)


6104
6105
6106
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6104

def kind
  @kind
end

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

Landing page collection Corresponds to the JSON property landingPages



6109
6110
6111
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6109

def landing_pages
  @landing_pages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6116
6117
6118
6119
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6116

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