Class GetVersionRequest (1.4.0)

public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage

Request message for Versions.GetVersion.

Inheritance

Object > GetVersionRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetVersionRequest()

public GetVersionRequest()

GetVersionRequest(GetVersionRequest)

public GetVersionRequest(GetVersionRequest other)
Parameter
NameDescription
otherGetVersionRequest

Properties

Name

public string Name { get; set; }

Name of the resource requested. Example: apps/myapp/services/default/versions/v1.

Property Value
TypeDescription
String

View

public VersionView View { get; set; }

Controls the set of fields returned in the Get response.

Property Value
TypeDescription
VersionView