Show / Hide Table of Contents

Class CreateFirebaseLinkRequest

Request message for CreateFirebaseLink RPC

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

Constructors

CreateFirebaseLinkRequest()

Declaration
public CreateFirebaseLinkRequest()

CreateFirebaseLinkRequest(CreateFirebaseLinkRequest)

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

Properties

FirebaseLink

Required. The Firebase link to create.

Declaration
public FirebaseLink FirebaseLink { get; set; }
Property Value
Type Description
FirebaseLink

Parent

Required. Format: properties/{property_id} Example: properties/1234

Declaration
public string Parent { get; set; }
Property Value
Type Description
System.String

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type Description
PropertyName
Back to top