public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessageRequest message for Versions.GetVersion.
Implements
IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
GetVersionRequest()
public GetVersionRequest()GetVersionRequest(GetVersionRequest)
public GetVersionRequest(GetVersionRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetVersionRequest | 
      
Properties
Name
public string Name { get; set; }Name of the resource requested. Example:
apps/myapp/services/default/versions/v1.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
View
public VersionView View { get; set; }Controls the set of fields returned in the Get response.
| Property Value | |
|---|---|
| Type | Description | 
VersionView | 
        |