Class CreateReportRequest
Request object for CreateReport
method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateReportRequest : IMessage<CreateReportRequest>, IEquatable<CreateReportRequest>, IDeepCloneable<CreateReportRequest>, IBufferMessage, IMessage
Constructors
CreateReportRequest()
Declaration
public CreateReportRequest()
CreateReportRequest(CreateReportRequest)
Declaration
public CreateReportRequest(CreateReportRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateReportRequest | other |
Properties
Parent
Required. The parent resource where this Report
will be created.
Format: networks/{network_code}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type | Description |
---|---|
NetworkName |
Report
Required. The Report
to create.
Declaration
public Report Report { get; set; }
Property Value
Type | Description |
---|---|
Report |