Show / Hide Table of Contents

Class GetCreativeSetRequest

Request object for GetCreativeSet method.

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

Constructors

GetCreativeSetRequest()

Declaration
public GetCreativeSetRequest()

GetCreativeSetRequest(GetCreativeSetRequest)

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

Properties

CreativeSetName

CreativeSetName-typed view over the Name resource name property.

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

Name

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

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