Show / Hide Table of Contents

Class ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange

Define the truncated date range from start_date to end_date.

Inheritance
object
ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange
Implements
IMessage<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>
IEquatable<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>
IDeepCloneable<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>
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 ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange : IMessage<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>, IEquatable<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>, IDeepCloneable<ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange>, IBufferMessage, IMessage

Constructors

DataTruncationDateRange()

Declaration
public DataTruncationDateRange()

DataTruncationDateRange(DataTruncationDateRange)

Declaration
public DataTruncationDateRange(ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange other)
Parameters
Type Name Description
ResponseMetaData.Types.DataTruncationReason.Types.DataTruncationDateRange other

Properties

EndDate

The end date in the format YYYY-MM-DD (inclusive).

Declaration
public string EndDate { get; set; }
Property Value
Type Description
string

HasEndDate

Gets whether the "end_date" field is set

Declaration
public bool HasEndDate { get; }
Property Value
Type Description
bool

HasStartDate

Gets whether the "start_date" field is set

Declaration
public bool HasStartDate { get; }
Property Value
Type Description
bool

StartDate

The start date in the format YYYY-MM-DD (inclusive).

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