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 |
Id
BIOS ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Manufacturer
BIOS manufacturer.
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReleaseTime
object representation of ReleaseTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")]
public virtual object ReleaseTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ReleaseTimeDateTimeOffset
DateTimeOffset representation of ReleaseTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReleaseTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ReleaseTimeRaw
BIOS release date.
Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SmbiosUuid
SMBIOS UUID.
Declaration
[JsonProperty("smbiosUuid")]
public virtual string SmbiosUuid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
BIOS version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |