Show / Hide Table of Contents

Class BiosDetails

Details about the BIOS.

Inheritance
object
BiosDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class BiosDetails : IDirectResponseSchema

Properties

BiosManufacturer

BIOS manufacturer.

Declaration
[JsonProperty("biosManufacturer")]
public virtual string BiosManufacturer { get; set; }
Property Value
Type Description
string

BiosName

BIOS name.

Declaration
[JsonProperty("biosName")]
public virtual string BiosName { get; set; }
Property Value
Type Description
string

BiosReleaseDate

BIOS release date.

Declaration
[JsonProperty("biosReleaseDate")]
public virtual string BiosReleaseDate { get; set; }
Property Value
Type Description
string

BiosVersion

BIOS version.

Declaration
[JsonProperty("biosVersion")]
public virtual string BiosVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SmbiosUuid

SMBIOS UUID.

Declaration
[JsonProperty("smbiosUuid")]
public virtual string SmbiosUuid { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX