Class: Google::Analytics::Admin::V1alpha::GetSearchAds360LinkRequest

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

Overview

Request message for GetSearchAds360Link RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SearchAds360Link to get. Example format: properties/1234/SearchAds360Link/5678.

Returns:

  • (::String)

    Required. The name of the SearchAds360Link to get. Example format: properties/1234/SearchAds360Link/5678



1089
1090
1091
1092
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1089

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