public class UsedInsight extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
UsageDetails |
lastUsed
The Last Used.
|
Entity |
resource
The Resource.
|
ResourceReference |
resourceReference
The Resource Reference.
|
ResourceVisualization |
resourceVisualization
The Resource Visualization.
|
Constructor and Description |
---|
UsedInsight() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="lastUsed", alternate="LastUsed") @Expose @Nullable public UsageDetails lastUsed
@SerializedName(value="resourceReference", alternate="ResourceReference") @Expose @Nullable public ResourceReference resourceReference
@SerializedName(value="resourceVisualization", alternate="ResourceVisualization") @Expose @Nullable public ResourceVisualization resourceVisualization
@SerializedName(value="resource", alternate="Resource") @Expose @Nullable public Entity resource
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to