Show / Hide Table of Contents

Class GetUserListDirectLicenseRequest

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

Inheritance
object
GetUserListDirectLicenseRequest
Implements
IMessage<GetUserListDirectLicenseRequest>
IEquatable<GetUserListDirectLicenseRequest>
IDeepCloneable<GetUserListDirectLicenseRequest>
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 GetUserListDirectLicenseRequest : IMessage<GetUserListDirectLicenseRequest>, IEquatable<GetUserListDirectLicenseRequest>, IDeepCloneable<GetUserListDirectLicenseRequest>, IBufferMessage, IMessage

Constructors

GetUserListDirectLicenseRequest()

Declaration
public GetUserListDirectLicenseRequest()

GetUserListDirectLicenseRequest(GetUserListDirectLicenseRequest)

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

Properties

Name

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

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

UserListDirectLicenseName

UserListDirectLicenseName-typed view over the Name resource name property.

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