View Source GoogleApi.File.V1.Model.ListInstancesResponse (google_api_file v0.35.0)
ListInstancesResponse is the result of ListInstancesRequest.
Attributes
-
instances(type:list(GoogleApi.File.V1.Model.Instance.t), default:nil) - A list of instances in the project for the specified location. If the{location}value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations. -
nextPageToken(type:String.t, default:nil) - The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.File.V1.Model.ListInstancesResponse{ instances: [GoogleApi.File.V1.Model.Instance.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.