Class PossiblyTrimmedModel
This message contains either the device model, or a prefix of the device model (AKA a trimmed device model). The
"is_trimmed" field indicates which one it is.
Inheritance
PossiblyTrimmedModel
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class PossiblyTrimmedModel : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsTrimmed
Declaration
[JsonProperty("isTrimmed")]
public virtual bool? IsTrimmed { get; set; }
Property Value
Model
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Implements