ObjectListResponse ClassDRA REST Extensions SDK
Base class for responses that return a list of objects
Inheritance Hierarchy

OnlineSystem Object
  NetIQ.DRA.Common.Rest.Responses RestResponse
    NetIQ.DRA.Common.Rest.Responses ObjectListResponse
      NetIQ.DRA.Common.Rest.Responses BuiltinContainerListResponse
      NetIQ.DRA.Common.Rest.Responses ComputerListResponse
      NetIQ.DRA.Common.Rest.Responses ContactListResponse
      NetIQ.DRA.Common.Rest.Responses ContainerListResponse
      NetIQ.DRA.Common.Rest.Responses DomainListResponse
      NetIQ.DRA.Common.Rest.Responses DynamicDistributionGroupListResponse
      NetIQ.DRA.Common.Rest.Responses GroupListResponse
      NetIQ.DRA.Common.Rest.Responses GroupMemberListResponse
      NetIQ.DRA.Common.Rest.Responses ManagedObjectListResponse
      NetIQ.DRA.Common.Rest.Responses OrganizationalUnitListResponse
      NetIQ.DRA.Common.Rest.Responses ResourceMailboxListResponse
      NetIQ.DRA.Common.Rest.Responses TrusteeListResponse
      NetIQ.DRA.Common.Rest.Responses UserListResponse

Namespace: NetIQ.DRA.Common.Rest.Responses
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataContractAttribute]
public abstract class ObjectListResponse : RestResponse
See Also