Class: Google::Apis::DisplayvideoV1::AuthorizedSellerStatusTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::AuthorizedSellerStatusTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Represents a targetable authorized seller status. This will be populated in
the authorized_seller_status_details field when targeting_type is
TARGETING_TYPE_AUTHORIZED_SELLER_STATUS
.
Instance Attribute Summary collapse
-
#authorized_seller_status ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuthorizedSellerStatusTargetingOptionDetails
constructor
A new instance of AuthorizedSellerStatusTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuthorizedSellerStatusTargetingOptionDetails
Returns a new instance of AuthorizedSellerStatusTargetingOptionDetails.
1249 1250 1251 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authorized_seller_status ⇒ String
Output only. The authorized seller status.
Corresponds to the JSON property authorizedSellerStatus
1247 1248 1249 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1247 def @authorized_seller_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1254 1255 1256 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1254 def update!(**args) @authorized_seller_status = args[:authorized_seller_status] if args.key?(:authorized_seller_status) end |