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.
1285 1286 1287 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1285 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
1283 1284 1285 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1283 def account_id @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 |