class Google::Apis::DisplayvideoV1::AuthorizedSellerStatusTargetingOptionDetails

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`.

Attributes

authorized_seller_status[RW]

Output only. The authorized seller status. Corresponds to the JSON property `authorizedSellerStatus` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1303
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 1308
def update!(**args)
  @authorized_seller_status = args[:authorized_seller_status] if args.key?(:authorized_seller_status)
end