class Google::Apis::AuthorizedbuyersmarketplaceV1::PrivateData

Buyers are allowed to store certain types of private data in a proposal or deal.

Attributes

reference_id[RW]

A buyer specified reference ID. This can be queried in the list operations ( max-length: 1024 unicode code units). Corresponds to the JSON property ‘referenceId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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