Class ReportType
A report type.
Implements
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class ReportType : IDirectResponseSchema
Properties
DeprecateTime
object representation of DeprecateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeprecateTimeDateTimeOffset instead.")]
public virtual object DeprecateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DeprecateTimeDateTimeOffset
DateTimeOffset representation of DeprecateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeprecateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DeprecateTimeRaw
The date/time when this report type was/will be deprecated.
Declaration
[JsonProperty("deprecateTime")]
public virtual string DeprecateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID of the report type (max. 100 characters).
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the report type (max. 100 characters).
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemManaged
True if this a system-managed report type; otherwise false. Reporting jobs for system-managed report types
are created automatically and can thus not be used in the CreateJob
method.
Declaration
[JsonProperty("systemManaged")]
public virtual bool? SystemManaged { get; set; }
Property Value
Type | Description |
---|---|
bool? |