Class GetRollupPropertySourceLinkRequest
Request message for GetRollupPropertySourceLink RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GetRollupPropertySourceLinkRequest : IMessage<GetRollupPropertySourceLinkRequest>, IEquatable<GetRollupPropertySourceLinkRequest>, IDeepCloneable<GetRollupPropertySourceLinkRequest>, IBufferMessage, IMessage
Constructors
GetRollupPropertySourceLinkRequest()
Declaration
public GetRollupPropertySourceLinkRequest()
GetRollupPropertySourceLinkRequest(GetRollupPropertySourceLinkRequest)
Declaration
public GetRollupPropertySourceLinkRequest(GetRollupPropertySourceLinkRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetRollupPropertySourceLinkRequest | other |
Properties
Name
Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RollupPropertySourceLinkName
RollupPropertySourceLinkName-typed view over the Name resource name property.
Declaration
public RollupPropertySourceLinkName RollupPropertySourceLinkName { get; set; }
Property Value
Type | Description |
---|---|
RollupPropertySourceLinkName |