Class GetFromFamilyImageRequest (1.4.0)

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

A request message for Images.GetFromFamily. See the method description for details.

Inheritance

Object > GetFromFamilyImageRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetFromFamilyImageRequest()

public GetFromFamilyImageRequest()

GetFromFamilyImageRequest(GetFromFamilyImageRequest)

public GetFromFamilyImageRequest(GetFromFamilyImageRequest other)
Parameter
NameDescription
otherGetFromFamilyImageRequest

Properties

Family

public string Family { get; set; }

Name of the image family to search for.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String