Show / Hide Table of Contents

Class CreateUserListGlobalLicenseRequest

Request to create a [UserListGlobalLicense][google.ads.datamanager.v1.UserListGlobalLicense] resource.

Inheritance
object
CreateUserListGlobalLicenseRequest
Implements
IMessage<CreateUserListGlobalLicenseRequest>
IEquatable<CreateUserListGlobalLicenseRequest>
IDeepCloneable<CreateUserListGlobalLicenseRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class CreateUserListGlobalLicenseRequest : IMessage<CreateUserListGlobalLicenseRequest>, IEquatable<CreateUserListGlobalLicenseRequest>, IDeepCloneable<CreateUserListGlobalLicenseRequest>, IBufferMessage, IMessage

Constructors

CreateUserListGlobalLicenseRequest()

Declaration
public CreateUserListGlobalLicenseRequest()

CreateUserListGlobalLicenseRequest(CreateUserListGlobalLicenseRequest)

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

Properties

Parent

Required. The account that owns the user list being licensed. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

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

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName

UserListGlobalLicense

Required. The user list global license to create.

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