Show / Hide Table of Contents

Class GetPropertyRequest

Request message for GetProperty RPC.

Inheritance
object
GetPropertyRequest
Implements
IMessage<GetPropertyRequest>
IEquatable<GetPropertyRequest>
IDeepCloneable<GetPropertyRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.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
string

PropertyName

PropertyName-typed view over the Name resource name property.

Declaration
public PropertyName PropertyName { get; set; }
Property Value
Type Description
PropertyName
In this article
Back to top Generated by DocFX