Class: Google::Apis::DisplayvideoV3::AuthorizedSellerStatusAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Represents an assigned authorized seller status. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_AUTHORIZED_SELLER_STATUS. If a resource does not have an TARGETING_TYPE_AUTHORIZED_SELLER_STATUS assigned targeting option, it is using the "Authorized Direct Sellers and Resellers" option.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthorizedSellerStatusAssignedTargetingOptionDetails

Returns a new instance of AuthorizedSellerStatusAssignedTargetingOptionDetails.



2052
2053
2054
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2052

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#authorized_seller_statusString

Output only. The authorized seller status to target. Corresponds to the JSON property authorizedSellerStatus

Returns:

  • (String)


2044
2045
2046
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2044

def authorized_seller_status
  @authorized_seller_status
end

#targeting_option_idString

Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_AUTHORIZED_SELLER_STATUS. Corresponds to the JSON property targetingOptionId

Returns:

  • (String)


2050
2051
2052
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2050

def targeting_option_id
  @targeting_option_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2057
2058
2059
2060
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2057

def update!(**args)
  @authorized_seller_status = args[:authorized_seller_status] if args.key?(:authorized_seller_status)
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
end