Show / Hide Table of Contents

Class AccountTypesResource.AccountsResource.UserListGlobalLicensesResource.UserListGlobalLicenseCustomerInfosResource

The "userListGlobalLicenseCustomerInfos" collection of methods.

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

Constructors

UserListGlobalLicenseCustomerInfosResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all customer info for a user list global license. This feature is only available to data partners.

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

Required. The global license whose customer info are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}/userListGlobalLicenses/{USER_LIST_GLOBAL_LICENSE_ID}. To list all global license customer info under an account, replace the user list global license id with a '-' (for example, accountTypes/DATA_PARTNER/accounts/123/userListGlobalLicenses/-)

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