google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta5 View Source
Metadata for the given google.longrunning.Operation.
Attributes
- endTime (DateTime.t): Timestamp that this operation completed.@OutputOnly Defaults to:
null
. - insertTime (DateTime.t): Timestamp that this operation was created.@OutputOnly Defaults to:
null
. - method (String.t): API method name that initiated this operation. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly Defaults to:
null
. - target (String.t): Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly Defaults to:
null
. - user (String.t): User who requested this operation.@OutputOnly Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta5{
endTime: DateTime.t(),
insertTime: DateTime.t(),
method: any(),
target: any(),
user: any()
}
t() :: %GoogleApi.AppEngine.V1.Model.OperationMetadataV1Beta5{ endTime: DateTime.t(), insertTime: DateTime.t(), method: any(), target: any(), user: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.