Class BiosDetails
Details about the BIOS.
Implements
Inherited Members
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 |