google_api_logging v0.19.0 GoogleApi.Logging.V2.Model.ListLogsResponse View Source

Result returned from ListLogs.

Attributes

  • logNames (type: list(String.t), default: nil) - A list of log names. For example, "projects/my-project/logs/syslog" or "organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity".
  • nextPageToken (type: String.t, default: nil) - If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

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 Source
t() :: %GoogleApi.Logging.V2.Model.ListLogsResponse{
  logNames: [String.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.