Class: Google::Apis::DatamanagerV1::PartnerLinkMetadata

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

Overview

Represents metadata associated with a partner link.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PartnerLinkMetadata

Returns a new instance of PartnerLinkMetadata.



2441
2442
2443
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2441

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

Instance Attribute Details

#implicit_accountsArray<Google::Apis::DatamanagerV1::PartnerCustomerAccount>

Optional. The list of implicit accounts. Corresponds to the JSON property implicitAccounts



2439
2440
2441
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2439

def implicit_accounts
  @implicit_accounts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2446
2447
2448
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2446

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