Class: Google::Apis::DfareportingV2_3::GeneratePlacementsTagsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::GeneratePlacementsTagsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/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_3::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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GeneratePlacementsTagsResponse
Returns a new instance of GeneratePlacementsTagsResponse.
7898 7899 7900 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7898 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
7891 7892 7893 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7891 def kind @kind end |
#placement_tags ⇒ Array<Google::Apis::DfareportingV2_3::PlacementTag>
Set of generated tags for the specified placements.
Corresponds to the JSON property placementTags
7896 7897 7898 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7896 def @placement_tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7903 7904 7905 7906 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7903 def update!(**args) @kind = args[:kind] if args.key?(:kind) @placement_tags = args[:placement_tags] if args.key?(:placement_tags) end |