Show / Hide Table of Contents

Class AccountTypesResource.AccountsResource.UserListGlobalLicensesResource

The "userListGlobalLicenses" collection of methods.

Inheritance
object
AccountTypesResource.AccountsResource.UserListGlobalLicensesResource
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.UserListGlobalLicensesResource

Constructors

UserListGlobalLicensesResource(IClientService)

Constructs a new resource.

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

Properties

UserListGlobalLicenseCustomerInfos

Gets the UserListGlobalLicenseCustomerInfos resource.

Declaration
public virtual AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.UserListGlobalLicenseCustomerInfosResource UserListGlobalLicenseCustomerInfos { get; }
Property Value
Type Description
AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.UserListGlobalLicenseCustomerInfosResource

Methods

Create(UserListGlobalLicense, string)

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

Declaration
public virtual AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.CreateRequest Create(UserListGlobalLicense body, string parent)
Parameters
Type Name Description
UserListGlobalLicense 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.UserListGlobalLicensesResource.CreateRequest

Get(string)

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

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

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

Returns
Type Description
AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.GetRequest

List(string)

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

Declaration
public virtual AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.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.UserListGlobalLicensesResource.ListRequest

Patch(UserListGlobalLicense, string)

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

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

The body of the request.

string name

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

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