public sealed class Screenshot : IMessage<Screenshot>, IEquatable<Screenshot>, IDeepCloneable<Screenshot>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class Screenshot.
An instance's screenshot.
Implements
IMessage<Screenshot>, IEquatable<Screenshot>, IDeepCloneable<Screenshot>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Screenshot()
public Screenshot()Screenshot(Screenshot)
public Screenshot(Screenshot other)| Parameter | |
|---|---|
| Name | Description |
other |
Screenshot |
Properties
Contents
public string Contents { get; set; }[Output Only] The Base64-encoded screenshot data.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HasContents
public bool HasContents { get; }Gets whether the "contents" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Kind
public string Kind { get; set; }[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
| Property Value | |
|---|---|
| Type | Description |
String |
|