Class GoogleCloudApihubV1StyleGuide
Represents a singleton style guide resource to be used for linting Open API specs.
Implements
Inherited Members
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 |