Class: Google::Apis::DisplayvideoV3::AuthorizedSellerStatusTargetingOptionDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthorizedSellerStatusTargetingOptionDetails

Returns a new instance of AuthorizedSellerStatusTargetingOptionDetails.



1972
1973
1974
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1972

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

Instance Attribute Details

#authorized_seller_statusString

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

Returns:

  • (String)


1970
1971
1972
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1970

def authorized_seller_status
  @authorized_seller_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1977
1978
1979
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1977

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