Class GetAzManItemAuthorizationsResponse
Represents the response for the GetAzManItemAuthorizations method.
Inheritance
System.Object
GetAzManItemAuthorizationsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetAzManItemAuthorizationsResponse : ServiceResponse
Constructors
GetAzManItemAuthorizationsResponse()
Declaration
public GetAzManItemAuthorizationsResponse()
Properties
AzManAuthorizations
Declaration
public List<AzManAuthorization> AzManAuthorizations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AzManAuthorization> |