Show / Hide Table of Contents

Class Instructions

Instructions to remediate violation

Inheritance
object
Instructions
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.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class Instructions : IDirectResponseSchema

Properties

ConsoleInstructions

Remediation instructions to resolve violation via cloud console

Declaration
[JsonProperty("consoleInstructions")]
public virtual Console ConsoleInstructions { get; set; }
Property Value
Type Description
Console

ETag

The ETag of the item.

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

GcloudInstructions

Remediation instructions to resolve violation via gcloud cli

Declaration
[JsonProperty("gcloudInstructions")]
public virtual Gcloud GcloudInstructions { get; set; }
Property Value
Type Description
Gcloud

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX