Show / Hide Table of Contents

Class AccountTypesResource.AccountsResource.UserListDirectLicensesResource

The "userListDirectLicenses" collection of methods.

Inheritance
object
AccountTypesResource.AccountsResource.UserListDirectLicensesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AccountTypesResource.AccountsResource.UserListDirectLicensesResource

Constructors

UserListDirectLicensesResource(IClientService)

Constructs a new resource.

Declaration
public UserListDirectLicensesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(UserListDirectLicense, string)

Creates a user list direct license. This feature is only available to data partners.

Declaration
public virtual AccountTypesResource.AccountsResource.UserListDirectLicensesResource.CreateRequest Create(UserListDirectLicense body, string parent)
Parameters
Type Name Description
UserListDirectLicense body

The body of the request.

string parent

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

Returns
Type Description
AccountTypesResource.AccountsResource.UserListDirectLicensesResource.CreateRequest

Get(string)

Retrieves a user list direct license. This feature is only available to data partners.

Declaration
public virtual AccountTypesResource.AccountsResource.UserListDirectLicensesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the user list direct license.

Returns
Type Description
AccountTypesResource.AccountsResource.UserListDirectLicensesResource.GetRequest

List(string)

Lists all user list direct licenses owned by the parent account. This feature is only available to data partners.

Declaration
public virtual AccountTypesResource.AccountsResource.UserListDirectLicensesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}

Returns
Type Description
AccountTypesResource.AccountsResource.UserListDirectLicensesResource.ListRequest

Patch(UserListDirectLicense, string)

Updates a user list direct license. This feature is only available to data partners.

Declaration
public virtual AccountTypesResource.AccountsResource.UserListDirectLicensesResource.PatchRequest Patch(UserListDirectLicense body, string name)
Parameters
Type Name Description
UserListDirectLicense body

The body of the request.

string name

Identifier. The resource name of the user list direct license.

Returns
Type Description
AccountTypesResource.AccountsResource.UserListDirectLicensesResource.PatchRequest
In this article
Back to top Generated by DocFX