View Source GoogleApi.CloudProfiler.V2.Model.ListProfilesResponse (google_api_cloud_profiler v0.7.1)

ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.
  • profiles (type: list(GoogleApi.CloudProfiler.V2.Model.Profile.t), default: nil) - List of profiles fetched.
  • skippedProfiles (type: integer(), default: nil) - Number of profiles that were skipped in the current page since they were not able to be fetched successfully. This should typically be zero. A non-zero value may indicate a transient failure, in which case if the number is too high for your use case, the call may be retried.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudProfiler.V2.Model.ListProfilesResponse{
  nextPageToken: String.t() | nil,
  profiles: [GoogleApi.CloudProfiler.V2.Model.Profile.t()] | nil,
  skippedProfiles: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.