Class GetCreativeWrapperRequest
Request object for GetCreativeWrapper method.
Implements
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 |