google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.ListMeta View Source
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
Attributes
- continue (String.t): continue may be set if the user set a limit on the number of items
returned, and indicates that the server has more data available. The value
is opaque and may be used to issue another request to the endpoint that
served this list to retrieve the next set of available objects. Continuing
a list may not be possible if the server configuration has changed or more
than a few minutes have passed. The resourceVersion field returned when
using this continue value will be identical to the value in the first
response. Defaults to
nil
. - resourceVersion (String.t): String that identifies the server's internal version of this object that
can be used by clients to determine when objects have changed. Value must
be treated as opaque by clients and passed unmodified back to the server.
Populated by the system.
Read-only.
More info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
+optional Defaults to
nil
. - selfLink (String.t): SelfLink is a URL representing this object.
Populated by the system.
Read-only.
+optional Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.