Show / Hide Table of Contents

Class GenericInsight

A generic insight about an asset.

Inheritance
object
GenericInsight
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 GenericInsight : IDirectResponseSchema

Properties

AdditionalInformation

Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.

Declaration
[JsonProperty("additionalInformation")]
public virtual IList<string> AdditionalInformation { get; set; }
Property Value
Type Description
IList<string>

DefaultMessage

Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.

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

MessageId

Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.

Declaration
[JsonProperty("messageId")]
public virtual long? MessageId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX