Class CreateVersionMethod (1.0.0)

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

Detailed information about CreateVersion call.

Inheritance

Object > CreateVersionMethod

Implements

Google.Protobuf.IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, Google.Protobuf.IDeepCloneable<CreateVersionMethod>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

CreateVersionMethod()

public CreateVersionMethod()

CreateVersionMethod(CreateVersionMethod)

public CreateVersionMethod(CreateVersionMethod other)
Parameter
NameDescription
otherCreateVersionMethod

Properties

Request

public CreateVersionRequest Request { get; set; }

Create version request.

Property Value
TypeDescription
CreateVersionRequest