Class: Google::Apis::DfareportingV2_1::GeneratePlacementsTagsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::GeneratePlacementsTagsResponse
- 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
Placement GenerateTags Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#placement_tags ⇒ Array<Google::Apis::DfareportingV2_1::PlacementTag>
Set of generated tags for the specified placements.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeneratePlacementsTagsResponse
constructor
A new instance of GeneratePlacementsTagsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GeneratePlacementsTagsResponse
Returns a new instance of GeneratePlacementsTagsResponse.
7817 7818 7819 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#placementsGenerateTagsResponse".
Corresponds to the JSON property kind
7810 7811 7812 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7810 def kind @kind end |
#placement_tags ⇒ Array<Google::Apis::DfareportingV2_1::PlacementTag>
Set of generated tags for the specified placements.
Corresponds to the JSON property placementTags
7815 7816 7817 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7815 def @placement_tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7822 7823 7824 7825 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7822 def update!(**args) @kind = args[:kind] unless args[:kind].nil? @placement_tags = args[:placement_tags] unless args[:placement_tags].nil? end |