Class: Google::Apis::AuthorizedbuyersmarketplaceV1::MediaPlanner
- Inherits:
-
Object
- Object
- Google::Apis::AuthorizedbuyersmarketplaceV1::MediaPlanner
- 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
-
#account_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MediaPlanner
constructor
A new instance of MediaPlanner.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MediaPlanner
Returns a new instance of MediaPlanner.
1293 1294 1295 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1293 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Output only. Account ID of the media planner.
Corresponds to the JSON property accountId
1291 1292 1293 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1291 def account_id @account_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1298 1299 1300 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1298 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) end |