Show / Hide Table of Contents

Class RichMediaAdsCompany

Represents a Rich Media Ads Company, typically used for vendor compliance.

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

Constructors

RichMediaAdsCompany()

Declaration
public RichMediaAdsCompany()

RichMediaAdsCompany(RichMediaAdsCompany)

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

Properties

CompanyGvlId

Output only. The GVL ID of the Rich Media Ads Company.

Declaration
public long CompanyGvlId { get; set; }
Property Value
Type Description
long

DisplayName

Output only. The name of the Rich Media Ads Company.

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

GdprStatus

Output only. The GDPR status of the Rich Media Ads Company.

Declaration
public RichMediaAdsCompanyGdprStatusEnum.Types.RichMediaAdsCompanyGdprStatus GdprStatus { get; set; }
Property Value
Type Description
RichMediaAdsCompanyGdprStatusEnum.Types.RichMediaAdsCompanyGdprStatus

HasCompanyGvlId

Gets whether the "company_gvl_id" field is set

Declaration
public bool HasCompanyGvlId { get; }
Property Value
Type Description
bool

HasDisplayName

Gets whether the "display_name" field is set

Declaration
public bool HasDisplayName { get; }
Property Value
Type Description
bool

HasGdprStatus

Gets whether the "gdpr_status" field is set

Declaration
public bool HasGdprStatus { get; }
Property Value
Type Description
bool

HasPolicyUrl

Gets whether the "policy_url" field is set

Declaration
public bool HasPolicyUrl { get; }
Property Value
Type Description
bool

Name

Identifier. The resource name of the RichMediaAdsCompany. Format: networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}

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

PolicyUrl

Output only. The policy URL of the Rich Media Ads Company.

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

RichMediaAdsCompanyName

RichMediaAdsCompanyName-typed view over the Name resource name property.

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