Class CreateSearchAds360LinkRequest
Request message for CreateSearchAds360Link RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateSearchAds360LinkRequest : IMessage<CreateSearchAds360LinkRequest>, IEquatable<CreateSearchAds360LinkRequest>, IDeepCloneable<CreateSearchAds360LinkRequest>, IBufferMessage, IMessage
Constructors
CreateSearchAds360LinkRequest()
Declaration
public CreateSearchAds360LinkRequest()
CreateSearchAds360LinkRequest(CreateSearchAds360LinkRequest)
Declaration
public CreateSearchAds360LinkRequest(CreateSearchAds360LinkRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateSearchAds360LinkRequest | other |
Properties
Parent
Required. Example format: properties/1234
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsPropertyName
PropertyName-typed view over the Parent resource name property.
Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |
SearchAds360Link
Required. The SearchAds360Link to create.
Declaration
public SearchAds360Link SearchAds360Link { get; set; }
Property Value
Type | Description |
---|---|
SearchAds360Link |