public sealed class Screenshot : IMessage<Screenshot>, IEquatable<Screenshot>, IDeepCloneable<Screenshot>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class Screenshot.
An instance's screenshot.
Implements
IMessageScreenshot, IEquatableScreenshot, IDeepCloneableScreenshot, 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 |
bool |
HasKind
public bool HasKind { get; }
Gets whether the "kind" field is set
Property Value | |
---|---|
Type | Description |
bool |
Kind
public string Kind { get; set; }
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
Property Value | |
---|---|
Type | Description |
string |