Show / Hide Table of Contents

Class CreateCustomMetricRequest

Request message for CreateCustomMetric RPC.

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

Constructors

CreateCustomMetricRequest()

Declaration
public CreateCustomMetricRequest()

CreateCustomMetricRequest(CreateCustomMetricRequest)

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

Properties

CustomMetric

Required. The CustomMetric to create.

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

Parent

Required. Example format: 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
In This Article
Back to top