Class AudienceSegment
The AudienceSegment resource.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AudienceSegment : IMessage<AudienceSegment>, IEquatable<AudienceSegment>, IDeepCloneable<AudienceSegment>, IBufferMessage, IMessage
Constructors
AudienceSegment()
Declaration
public AudienceSegment()
AudienceSegment(AudienceSegment)
Declaration
public AudienceSegment(AudienceSegment other)
Parameters
| Type | Name | Description |
|---|---|---|
| AudienceSegment | other |
Properties
AudienceSegmentName
AudienceSegmentName-typed view over the Name resource name property.
Declaration
public AudienceSegmentName AudienceSegmentName { get; set; }
Property Value
| Type | Description |
|---|---|
| AudienceSegmentName |
DisplayName
Required. Display name of the AudienceSegment. The attribute has a
maximum length of 255 characters.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Identifier. The resource name of the AudienceSegment.
Format: networks/{network_code}/audienceSegments/{audience_segment_id}
The audience_segment_id may have up to 1 of the following suffixes:
~directfor directly licensed third-party segments~globalfor globally licensed third-party segments
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |