Show / Hide Table of Contents

Class CreateCreativeWrapperRequest

Request object for CreateCreativeWrapper method.

Inheritance
object
CreateCreativeWrapperRequest
Implements
IMessage<CreateCreativeWrapperRequest>
IEquatable<CreateCreativeWrapperRequest>
IDeepCloneable<CreateCreativeWrapperRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateCreativeWrapperRequest : IMessage<CreateCreativeWrapperRequest>, IEquatable<CreateCreativeWrapperRequest>, IDeepCloneable<CreateCreativeWrapperRequest>, IBufferMessage, IMessage

Constructors

CreateCreativeWrapperRequest()

Declaration
public CreateCreativeWrapperRequest()

CreateCreativeWrapperRequest(CreateCreativeWrapperRequest)

Declaration
public CreateCreativeWrapperRequest(CreateCreativeWrapperRequest other)
Parameters
Type Name Description
CreateCreativeWrapperRequest other

Properties

CreativeWrapper

Required. The CreativeWrapper to create.

Declaration
public CreativeWrapper CreativeWrapper { get; set; }
Property Value
Type Description
CreativeWrapper

Parent

Required. The parent resource where this CreativeWrapper 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
In this article
Back to top Generated by DocFX