Show / Hide Table of Contents

Class JsonSchema.AnnotationsData

Additional information about this property.

Inheritance
object
JsonSchema.AnnotationsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class JsonSchema.AnnotationsData

Properties

Required

A list of methods for which this property is required on requests.

Declaration
[JsonProperty("required")]
public virtual IList<string> Required { get; set; }
Property Value
Type Description
IList<string>
In this article
Back to top Generated by DocFX