Class RollupPropertySourceLink
A link that references a source property under the parent rollup property.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class RollupPropertySourceLink : IMessage<RollupPropertySourceLink>, IEquatable<RollupPropertySourceLink>, IDeepCloneable<RollupPropertySourceLink>, IBufferMessage, IMessage
Constructors
RollupPropertySourceLink()
Declaration
public RollupPropertySourceLink()
RollupPropertySourceLink(RollupPropertySourceLink)
Declaration
public RollupPropertySourceLink(RollupPropertySourceLink other)
Parameters
Type | Name | Description |
---|---|---|
RollupPropertySourceLink | other |
Properties
Name
Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: '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 |
SourceProperty
Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789"
Declaration
public string SourceProperty { get; set; }
Property Value
Type | Description |
---|---|
string |