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