API hub v1 API - Class LintSpecRequest (1.0.0-beta02)

public sealed class LintSpecRequest : IMessage<LintSpecRequest>, IEquatable<LintSpecRequest>, IDeepCloneable<LintSpecRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class LintSpecRequest.

The [LintSpec][ApiHub.LintSpec] method's request.

Inheritance

object > LintSpecRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

LintSpecRequest()

public LintSpecRequest()

LintSpecRequest(LintSpecRequest)

public LintSpecRequest(LintSpecRequest other)
Parameter
Name Description
other LintSpecRequest

Properties

Name

public string Name { get; set; }

Required. The name of the spec to be linted. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Property Value
Type Description
string

SpecName

public SpecName SpecName { get; set; }

SpecName-typed view over the Name resource name property.

Property Value
Type Description
SpecName