Class: Google::Apis::DfareportingV2_8::LandingPagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_8::LandingPagesListResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#landing_pages ⇒ Array<Google::Apis::DfareportingV2_8::LandingPage>
Landing page collection Corresponds to the JSON property
landingPages
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LandingPagesListResponse
constructor
A new instance of LandingPagesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LandingPagesListResponse
Returns a new instance of LandingPagesListResponse
6843 6844 6845 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6843 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#landingPagesListResponse".
Corresponds to the JSON property kind
6836 6837 6838 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6836 def kind @kind end |
#landing_pages ⇒ Array<Google::Apis::DfareportingV2_8::LandingPage>
Landing page collection
Corresponds to the JSON property landingPages
6841 6842 6843 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6841 def landing_pages @landing_pages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6848 6849 6850 6851 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6848 def update!(**args) @kind = args[:kind] if args.key?(:kind) @landing_pages = args[:landing_pages] if args.key?(:landing_pages) end |