Show / Hide Table of Contents

Class CreatePropertyRequest

Request message for CreateProperty RPC.

Inheritance
System.Object
CreatePropertyRequest
Implements
Google.Protobuf.IMessage<CreatePropertyRequest>
System.IEquatable<CreatePropertyRequest>
Google.Protobuf.IDeepCloneable<CreatePropertyRequest>
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 CreatePropertyRequest : IMessage<CreatePropertyRequest>, IEquatable<CreatePropertyRequest>, IDeepCloneable<CreatePropertyRequest>, IBufferMessage, IMessage

Constructors

CreatePropertyRequest()

Declaration
public CreatePropertyRequest()

CreatePropertyRequest(CreatePropertyRequest)

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

Properties

Property

Required. The property to create. Note: the supplied property must specify its parent.

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