Show / Hide Table of Contents

Class GetConditionMetadataTypeRequest

Inheritance
object
GetConditionMetadataTypeRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Requests
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class GetConditionMetadataTypeRequest : IOciRequest
Examples

Click here to see an example of how to use GetConditionMetadataType request.

Properties

ConditionMetadataTypeId

Declaration
[Required(ErrorMessage = "ConditionMetadataTypeId is required.")]
[HttpConverter(TargetEnum.Path, "conditionMetadataTypeId")]
public ConditionTypeEnum? ConditionMetadataTypeId { get; set; }
Property Value
Type Description
ConditionTypeEnum?

The type of the condition metadata.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

The client request ID for tracing.

ResourceType

Declaration
[HttpConverter(TargetEnum.Query, "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

Resource filter for the condition metadata.

ServiceType

Declaration
[HttpConverter(TargetEnum.Query, "serviceType")]
public string ServiceType { get; set; }
Property Value
Type Description
string

Service type filter for the condition metadata.

Implements

IOciRequest
In this article
Back to top