Class CreateUserListDirectLicenseRequest
Request to create a [UserListDirectLicense][google.ads.datamanager.v1.UserListDirectLicense] resource.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class CreateUserListDirectLicenseRequest : IMessage<CreateUserListDirectLicenseRequest>, IEquatable<CreateUserListDirectLicenseRequest>, IDeepCloneable<CreateUserListDirectLicenseRequest>, IBufferMessage, IMessage
Constructors
CreateUserListDirectLicenseRequest()
Declaration
public CreateUserListDirectLicenseRequest()
CreateUserListDirectLicenseRequest(CreateUserListDirectLicenseRequest)
Declaration
public CreateUserListDirectLicenseRequest(CreateUserListDirectLicenseRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateUserListDirectLicenseRequest | 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 |
UserListDirectLicense
Required. The user list direct license to create.
Declaration
public UserListDirectLicense UserListDirectLicense { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListDirectLicense |