Class: Google::Apis::DfareportingV2_7::LandingPagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::LandingPagesListResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#landing_pages ⇒ Array<Google::Apis::DfareportingV2_7::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
6734 6735 6736 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6734 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
6727 6728 6729 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 6727 def kind @kind end |
#landing_pages ⇒ Array<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 |