Show / Hide Table of Contents

Class JsonSchema.AnnotationsData

Additional information about this property.

Inheritance
System.Object
JsonSchema.AnnotationsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class 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
System.Collections.Generic.IList<System.String>
Back to top