Class Report
The Report
resource.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report : IMessage<Report>, IEquatable<Report>, IDeepCloneable<Report>, IBufferMessage, IMessage
Constructors
Report()
Declaration
public Report()
Report(Report)
Declaration
public Report(Report other)
Parameters
Type | Name | Description |
---|---|---|
Report | other |
Properties
CreateTime
Output only. The instant this report was created.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
DisplayName
Optional. Display name for the report.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Locale
Output only. The locale of this report. Locale is set from the user's locale at the time of the request. Locale can not be modified.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the report.
Report resource name have the form:
networks/{network_code}/reports/{report_id}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportDefinition
Required. The report definition of the report.
Declaration
public ReportDefinition ReportDefinition { get; set; }
Property Value
Type | Description |
---|---|
ReportDefinition |
ReportId
Output only. Report ID.
Declaration
public long ReportId { get; set; }
Property Value
Type | Description |
---|---|
long |
ReportName
ReportName-typed view over the Name resource name property.
Declaration
public ReportName ReportName { get; set; }
Property Value
Type | Description |
---|---|
ReportName |
ScheduleOptions
Optional. The schedule options of this report.
Declaration
public ScheduleOptions ScheduleOptions { get; set; }
Property Value
Type | Description |
---|---|
ScheduleOptions |
UpdateTime
Output only. The instant this report was last modified.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Visibility
Optional. The visibility of a report.
Declaration
public Report.Types.Visibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
Report.Types.Visibility |