ContainerListResponse AddObjects Method DRA REST Extensions SDK
Adds the specified objects to the response

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

public override void AddObjects(
	IEnumerable<ModelObject> modelObjects
)

Parameters

modelObjects
Type: OnlineSystem.Collections.Generic IEnumerable ModelObject 
The objects to add to the response
See Also