Class ContaineranalysisGoogleDevtoolsCloudbuildV1StepResult
StepResult is the declaration of a result for a build step.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1StepResult : IDirectResponseSchema
Properties
AttestationContent
Optional. The content of the attestation to be generated.
Declaration
[JsonProperty("attestationContent")]
public virtual string AttestationContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AttestationType
Optional. The type of attestation to be generated.
Declaration
[JsonProperty("attestationType")]
public virtual string AttestationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The name of the result.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |