Show / Hide Table of Contents

Class GoogleCloudApihubV1StyleGuide

Represents a singleton style guide resource to be used for linting Open API specs.

Inheritance
object
GoogleCloudApihubV1StyleGuide
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1StyleGuide : IDirectResponseSchema

Properties

Contents

Required. Input only. The contents of the uploaded style guide.

Declaration
[JsonProperty("contents")]
public virtual GoogleCloudApihubV1StyleGuideContents Contents { get; set; }
Property Value
Type Description
GoogleCloudApihubV1StyleGuideContents

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Linter

Required. Target linter for the style guide.

Declaration
[JsonProperty("linter")]
public virtual string Linter { get; set; }
Property Value
Type Description
string

Name

Identifier. The name of the style guide. Format: projects/{project}/locations/{location}/plugins/{plugin}/styleGuide

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX