Show / Hide Table of Contents

Class CreateQueryDetails

New query detail with savedRequestSummarizedUsagesDetails, savedCostAnalysisUI, and displayName.

Inheritance
object
CreateQueryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class CreateQueryDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment OCID.

Remarks

Required

QueryDefinition

Declaration
[Required(ErrorMessage = "QueryDefinition is required.")]
[JsonProperty(PropertyName = "queryDefinition")]
public QueryDefinition QueryDefinition { get; set; }
Property Value
Type Description
QueryDefinition
Remarks

Required

In this article
Back to top