View Source GoogleApi.APIM.V1alpha.Model.ApiOperation (google_api_apim v0.3.0)
Message describing ApiOperation object
Attributes
-
count
(type:String.t
, default:nil
) - The number of occurrences of this API Operation. -
firstSeenTime
(type:DateTime.t
, default:nil
) - First seen time stamp -
httpOperation
(type:GoogleApi.APIM.V1alpha.Model.HttpOperation.t
, default:nil
) - An HTTP Operation. -
lastSeenTime
(type:DateTime.t
, default:nil
) - Last seen time stamp -
name
(type:String.t
, default:nil
) - Identifier. Name of resource
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.ApiOperation{ count: String.t() | nil, firstSeenTime: DateTime.t() | nil, httpOperation: GoogleApi.APIM.V1alpha.Model.HttpOperation.t() | nil, lastSeenTime: DateTime.t() | nil, name: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.