Table of Contents

Class GetOperationClaimsRequest

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class GetOperationClaimsRequest
Inheritance
GetOperationClaimsRequest
Inherited Members
Extension Methods

Constructors

GetOperationClaimsRequest(string, JObject)

public GetOperationClaimsRequest(string packageSourceRepository, JObject serviceIndex)

Parameters

packageSourceRepository string
serviceIndex JObject

Properties

PackageSourceRepository

public string PackageSourceRepository { get; }

Property Value

string

ServiceIndex

public JObject ServiceIndex { get; }

Property Value

JObject