Class GetPropertyRequest
Request message for GetProperty RPC.
Inheritance
System.Object
GetPropertyRequest
Implements
Google.Protobuf.IMessage<GetPropertyRequest>
System.IEquatable<GetPropertyRequest>
Google.Protobuf.IDeepCloneable<GetPropertyRequest>
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 GetPropertyRequest : IMessage<GetPropertyRequest>, IEquatable<GetPropertyRequest>, IDeepCloneable<GetPropertyRequest>, IBufferMessage, IMessage
Constructors
GetPropertyRequest()
Declaration
public GetPropertyRequest()
GetPropertyRequest(GetPropertyRequest)
Declaration
public GetPropertyRequest(GetPropertyRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetPropertyRequest | other |
Properties
Name
Required. The name of the property to lookup. Format: properties/{property_id} Example: "properties/1000"
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PropertyName
PropertyName-typed view over the Name resource name property.
Declaration
public PropertyName PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyName |