Show / Hide Table of Contents

Class FieldArgument

QueryString argument of type field.

Inheritance
object
Argument
FieldArgument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class FieldArgument : Argument

Properties

Value

Declaration
[JsonProperty(PropertyName = "value")]
public AbstractField Value { get; set; }
Property Value
Type Description
AbstractField
In this article
Back to top