Class CreateSlateRequest
Request object for CreateSlate method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateSlateRequest : IMessage<CreateSlateRequest>, IEquatable<CreateSlateRequest>, IDeepCloneable<CreateSlateRequest>, IBufferMessage, IMessage
Constructors
CreateSlateRequest()
Declaration
public CreateSlateRequest()
CreateSlateRequest(CreateSlateRequest)
Declaration
public CreateSlateRequest(CreateSlateRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateSlateRequest | other |
Properties
Parent
Required. The parent resource where this Slate 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 |
Slate
Required. The Slate to create.
Declaration
public Slate Slate { get; set; }
Property Value
| Type | Description |
|---|---|
| Slate |