Show / Hide Table of Contents

Class GetUserListGlobalLicenseRequest

Request to get a [UserListGlobalLicense][google.ads.datamanager.v1.UserListGlobalLicense] resource.

Inheritance
object
GetUserListGlobalLicenseRequest
Implements
IMessage<GetUserListGlobalLicenseRequest>
IEquatable<GetUserListGlobalLicenseRequest>
IDeepCloneable<GetUserListGlobalLicenseRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class GetUserListGlobalLicenseRequest : IMessage<GetUserListGlobalLicenseRequest>, IEquatable<GetUserListGlobalLicenseRequest>, IDeepCloneable<GetUserListGlobalLicenseRequest>, IBufferMessage, IMessage

Constructors

GetUserListGlobalLicenseRequest()

Declaration
public GetUserListGlobalLicenseRequest()

GetUserListGlobalLicenseRequest(GetUserListGlobalLicenseRequest)

Declaration
public GetUserListGlobalLicenseRequest(GetUserListGlobalLicenseRequest other)
Parameters
Type Name Description
GetUserListGlobalLicenseRequest other

Properties

Name

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

Declaration
public string Name { get; set; }
Property Value
Type Description
string

UserListGlobalLicenseName

UserListGlobalLicenseName-typed view over the Name resource name property.

Declaration
public UserListGlobalLicenseName UserListGlobalLicenseName { get; set; }
Property Value
Type Description
UserListGlobalLicenseName
In this article
Back to top Generated by DocFX