Class ListModelsRequest
Implements
Inherited Members
Namespace: Oci.AianomalydetectionService.Requests
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class ListModelsRequest : IOciRequest
Examples
Click here to see an example of how to use ListModels request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the compartment in which to list resources. |
Remarks
Required
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return only resources that match the entire display name given. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public Model.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
Model.LifecycleStateEnum? | Filter results by the specified lifecycle state. Must be a valid state for the resource type. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. |
ProjectId
Declaration
[HttpConverter(TargetEnum.Query, "projectId")]
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the project for which to list the objects. |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListModelsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListModelsRequest.SortByEnum? | Specifies the field to sort by. Accepts only one field.
By default, when you sort by |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? | The sort order to use, either 'asc' or 'desc'. |