GoogleApi.Logging.V2.Model.LogView (google_api_logging v0.34.0) View Source
Describes a view over logs in a bucket.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation timestamp of the view. -
description
(type:String.t
, default:nil
) - Describes this view. -
filter
(type:String.t
, default:nil
) - Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id -
name
(type:String.t
, default:nil
) - The resource name of the view. For example "projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last update timestamp of the view.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Logging.V2.Model.LogView{ createTime: DateTime.t(), description: String.t(), filter: String.t(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.