Class CreateUserListGlobalLicenseRequest
Request to create a [UserListGlobalLicense][google.ads.datamanager.v1.UserListGlobalLicense] resource.
Implements
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 |