Compute Engine v1 API - Class Screenshot (2.15.0)

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.

Inheritance

object > Screenshot

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Screenshot()

public Screenshot()

Screenshot(Screenshot)

public Screenshot(Screenshot other)
Parameter
NameDescription
otherScreenshot

Properties

Contents

public string Contents { get; set; }

[Output Only] The Base64-encoded screenshot data.

Property Value
TypeDescription
string

HasContents

public bool HasContents { get; }

Gets whether the "contents" field is set

Property Value
TypeDescription
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
bool

Kind

public string Kind { get; set; }

[Output Only] Type of the resource. Always compute#screenshot for the screenshots.

Property Value
TypeDescription
string