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