Show / Hide Table of Contents

Class CreateExpandedDataSetRequest

Request message for CreateExpandedDataSet RPC.

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

Constructors

CreateExpandedDataSetRequest()

Declaration
public CreateExpandedDataSetRequest()

CreateExpandedDataSetRequest(CreateExpandedDataSetRequest)

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

Properties

ExpandedDataSet

Required. The ExpandedDataSet to create.

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

Parent

Required. Example format: properties/1234

Declaration
public string Parent { get; set; }
Property Value
Type Description
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 Generated by DocFX