Class: Google::Ads::MarketingPlatform::Admin::V1alpha::CreateAnalyticsAccountLinkRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb

Overview

Request message for CreateAnalyticsAccountLink RPC.

Instance Attribute Summary collapse

Instance Attribute Details

Returns Required. The Analytics account link to create.

Returns:



153
154
155
156
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 153

class CreateAnalyticsAccountLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource where this Analytics account link will be created. Format: organizations/{org_id}.

Returns:

  • (::String)

    Required. The parent resource where this Analytics account link will be created. Format: organizations/{org_id}



153
154
155
156
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 153

class CreateAnalyticsAccountLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end