Show / Hide Table of Contents

Class GetMetadataRequest

Request for a property's dimension and metric metadata.

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

Constructors

GetMetadataRequest()

Declaration
public GetMetadataRequest()

GetMetadataRequest(GetMetadataRequest)

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

Properties

MetadataName

MetadataName-typed view over the Name resource name property.

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

Name

Required. The resource name of the metadata to retrieve. This name field is specified in the URL path and not URL parameters. Property is a numeric Google Analytics property identifier. To learn more, see where to find your Property ID.

Example: properties/1234/metadata

Set the Property ID to 0 for dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.

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