Class CreateDisplayVideo360AdvertiserLinkProposalRequest
Request message for CreateDisplayVideo360AdvertiserLinkProposal RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateDisplayVideo360AdvertiserLinkProposalRequest : IMessage<CreateDisplayVideo360AdvertiserLinkProposalRequest>, IEquatable<CreateDisplayVideo360AdvertiserLinkProposalRequest>, IDeepCloneable<CreateDisplayVideo360AdvertiserLinkProposalRequest>, IBufferMessage, IMessage
Constructors
CreateDisplayVideo360AdvertiserLinkProposalRequest()
Declaration
public CreateDisplayVideo360AdvertiserLinkProposalRequest()
CreateDisplayVideo360AdvertiserLinkProposalRequest(CreateDisplayVideo360AdvertiserLinkProposalRequest)
Declaration
public CreateDisplayVideo360AdvertiserLinkProposalRequest(CreateDisplayVideo360AdvertiserLinkProposalRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkProposalRequest | other |
Properties
DisplayVideo360AdvertiserLinkProposal
Required. The DisplayVideo360AdvertiserLinkProposal to create.
Declaration
public DisplayVideo360AdvertiserLinkProposal DisplayVideo360AdvertiserLinkProposal { get; set; }
Property Value
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal |
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 |