Class: Google::Apis::AuthorizedbuyersmarketplaceV1::MediaPlanner

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

Overview

Describes a single Media Planner account.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MediaPlanner

Returns a new instance of MediaPlanner.



1285
1286
1287
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1285

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

Instance Attribute Details

#account_idString

Output only. Account ID of the media planner. Corresponds to the JSON property accountId

Returns:

  • (String)


1283
1284
1285
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1283

def 
  @account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1290
1291
1292
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1290

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