google_api_os_config v0.3.0 GoogleApi.OSConfig.V1.Model.ListPatchJobInstanceDetailsResponse View Source
A response message for listing the instances details for a patch job.
Attributes
nextPageToken(type:String.t, default:nil) - A pagination token that can be used to get the next page of results.patchJobInstanceDetails(type:list(GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetails.t), default:nil) - A list of instance status.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.OSConfig.V1.Model.ListPatchJobInstanceDetailsResponse{
nextPageToken: String.t(),
patchJobInstanceDetails: [
GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetails.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.