Class GetExpandedDataSetRequest
Request message for GetExpandedDataSet RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GetExpandedDataSetRequest : IMessage<GetExpandedDataSetRequest>, IEquatable<GetExpandedDataSetRequest>, IDeepCloneable<GetExpandedDataSetRequest>, IBufferMessage, IMessage
Constructors
GetExpandedDataSetRequest()
Declaration
public GetExpandedDataSetRequest()
GetExpandedDataSetRequest(GetExpandedDataSetRequest)
Declaration
public GetExpandedDataSetRequest(GetExpandedDataSetRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetExpandedDataSetRequest | other |
Properties
ExpandedDataSetName
ExpandedDataSetName-typed view over the Name resource name property.
Declaration
public ExpandedDataSetName ExpandedDataSetName { get; set; }
Property Value
Type | Description |
---|---|
ExpandedDataSetName |
Name
Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |