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.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class BiosDetails : IDirectResponseSchema

Properties

BiosName

BIOS name. This fields is deprecated. Please use the id field instead.

Declaration
[JsonProperty("biosName")]
public virtual string BiosName { 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

ReleaseDate

BIOS release date.

Declaration
[JsonProperty("releaseDate")]
public virtual Date ReleaseDate { get; set; }
Property Value
Type Description
Date

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX