Compute Engine v1 API - Class GetPreviewFeatureRequest (3.18.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetPreviewFeatureRequest.

A request message for PreviewFeatures.Get. See the method description for details.

Inheritance

object > GetPreviewFeatureRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetPreviewFeatureRequest()

public GetPreviewFeatureRequest()

GetPreviewFeatureRequest(GetPreviewFeatureRequest)

public GetPreviewFeatureRequest(GetPreviewFeatureRequest other)
Parameter
Name Description
other GetPreviewFeatureRequest

Properties

PreviewFeature

public string PreviewFeature { get; set; }

Name of the PreviewFeature for this request.

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string