Show / Hide Table of Contents

Class DeleteRollupPropertySourceLinkRequest

Request message for DeleteRollupPropertySourceLink RPC.

Inheritance
object
DeleteRollupPropertySourceLinkRequest
Implements
IMessage<DeleteRollupPropertySourceLinkRequest>
IEquatable<DeleteRollupPropertySourceLinkRequest>
IDeepCloneable<DeleteRollupPropertySourceLinkRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DeleteRollupPropertySourceLinkRequest : IMessage<DeleteRollupPropertySourceLinkRequest>, IEquatable<DeleteRollupPropertySourceLinkRequest>, IDeepCloneable<DeleteRollupPropertySourceLinkRequest>, IBufferMessage, IMessage

Constructors

DeleteRollupPropertySourceLinkRequest()

Declaration
public DeleteRollupPropertySourceLinkRequest()

DeleteRollupPropertySourceLinkRequest(DeleteRollupPropertySourceLinkRequest)

Declaration
public DeleteRollupPropertySourceLinkRequest(DeleteRollupPropertySourceLinkRequest other)
Parameters
Type Name Description
DeleteRollupPropertySourceLinkRequest other

Properties

Name

Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678

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
In this article
Back to top Generated by DocFX