Show / Hide Table of Contents

Class GetContentRequest

Request object for GetContent method.

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

Constructors

GetContentRequest()

Declaration
public GetContentRequest()

GetContentRequest(GetContentRequest)

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

Properties

ContentName

ContentName-typed view over the Name resource name property.

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

Name

Required. The resource name of the Content. Format: networks/{network_code}/content/{content_id}

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