GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Insight (google_api_recommender v0.13.2) View Source
An insight along with the information used to derive the insight. The insight may have associated recomendations as well.
Attributes
-
associatedRecommendations(type:list(GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightRecommendationReference.t), default:nil) - Recommendations derived from this insight. -
category(type:String.t, default:nil) - Category being targeted by the insight. -
content(type:map(), default:nil) - A struct of custom fields to explain the insight. Example: "grantedPermissionsCount": "1000" -
description(type:String.t, default:nil) - Free-form human readable summary in English. The maximum length is 500 characters. -
etag(type:String.t, default:nil) - Fingerprint of the Insight. Provides optimistic locking when updating states. -
insightSubtype(type:String.t, default:nil) - Insight subtype. Insight content schema will be stable for a given subtype. -
lastRefreshTime(type:DateTime.t, default:nil) - Timestamp of the latest data used to generate the insight. -
name(type:String.t, default:nil) - Name of the insight. -
observationPeriod(type:String.t, default:nil) - Observation period that led to the insight. The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period). -
stateInfo(type:GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightStateInfo.t, default:nil) - Information state and metadata. -
targetResources(type:list(String.t), default:nil) - Fully qualified resource names that this insight is targeting.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Insight{
associatedRecommendations:
[
GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightRecommendationReference.t()
]
| nil,
category: String.t() | nil,
content: map() | nil,
description: String.t() | nil,
etag: String.t() | nil,
insightSubtype: String.t() | nil,
lastRefreshTime: DateTime.t() | nil,
name: String.t() | nil,
observationPeriod: String.t() | nil,
stateInfo:
GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightStateInfo.t()
| nil,
targetResources: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.