Show / Hide Table of Contents

Class GetCreativeWrapperRequest

Request object for GetCreativeWrapper method.

Inheritance
object
GetCreativeWrapperRequest
Implements
IMessage<GetCreativeWrapperRequest>
IEquatable<GetCreativeWrapperRequest>
IDeepCloneable<GetCreativeWrapperRequest>
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 GetCreativeWrapperRequest : IMessage<GetCreativeWrapperRequest>, IEquatable<GetCreativeWrapperRequest>, IDeepCloneable<GetCreativeWrapperRequest>, IBufferMessage, IMessage

Constructors

GetCreativeWrapperRequest()

Declaration
public GetCreativeWrapperRequest()

GetCreativeWrapperRequest(GetCreativeWrapperRequest)

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

Properties

CreativeWrapperName

CreativeWrapperName-typed view over the Name resource name property.

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

Name

Required. The resource name of the CreativeWrapper. Format: networks/{network_code}/creativeWrappers/{creative_wrapper_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX