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