Class CreateAdSenseLinkRequest
Request message to be passed to CreateAdSenseLink method.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateAdSenseLinkRequest : IMessage<CreateAdSenseLinkRequest>, IEquatable<CreateAdSenseLinkRequest>, IDeepCloneable<CreateAdSenseLinkRequest>, IBufferMessage, IMessage
Constructors
CreateAdSenseLinkRequest()
Declaration
public CreateAdSenseLinkRequest()
CreateAdSenseLinkRequest(CreateAdSenseLinkRequest)
Declaration
public CreateAdSenseLinkRequest(CreateAdSenseLinkRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateAdSenseLinkRequest | other |
Properties
AdsenseLink
Required. The AdSense Link to create
Declaration
public AdSenseLink AdsenseLink { get; set; }
Property Value
Type | Description |
---|---|
AdSenseLink |
Parent
Required. The property for which to create an AdSense Link. Format: properties/{propertyId} Example: 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 |