Show / Hide Table of Contents

Class ContentBundle

A [ContentBundle][google.ads.admanager.v1.ContentBundle] is a grouping of individual [Content][google.ads.admanager.v1.Content]. A [ContentBundle][google.ads.admanager.v1.ContentBundle] is defined as including the [Content][google.ads.admanager.v1.Content] that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.

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

Constructors

ContentBundle()

Declaration
public ContentBundle()

ContentBundle(ContentBundle)

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

Properties

ContentBundleName

ContentBundleName-typed view over the Name resource name property.

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

DisplayName

Required. The name of the [ContentBundle][google.ads.admanager.v1.ContentBundle]. This attribute is required and has a maximum length of 255 characters.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the [ContentBundle][google.ads.admanager.v1.ContentBundle]. Format: networks/{network_code}/contentBundles/{content_bundle_id}

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