Class CreateRollupPropertySourceLinkRequest
Request message for CreateRollupPropertySourceLink RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateRollupPropertySourceLinkRequest : IMessage<CreateRollupPropertySourceLinkRequest>, IEquatable<CreateRollupPropertySourceLinkRequest>, IDeepCloneable<CreateRollupPropertySourceLinkRequest>, IBufferMessage, IMessage
Constructors
CreateRollupPropertySourceLinkRequest()
Declaration
public CreateRollupPropertySourceLinkRequest()
CreateRollupPropertySourceLinkRequest(CreateRollupPropertySourceLinkRequest)
Declaration
public CreateRollupPropertySourceLinkRequest(CreateRollupPropertySourceLinkRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateRollupPropertySourceLinkRequest | other |
Properties
Parent
Required. Format: properties/{property_id} 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 |
RollupPropertySourceLink
Required. The roll-up property source link to create.
Declaration
public RollupPropertySourceLink RollupPropertySourceLink { get; set; }
Property Value
| Type | Description |
|---|---|
| RollupPropertySourceLink |