View Source GoogleApi.Dataform.V1beta1.Model.ComputeRepositoryAccessTokenStatusResponse (google_api_dataform v0.7.0)
ComputeRepositoryAccessTokenStatus
response message.
Attributes
-
tokenStatus
(type:String.t
, default:nil
) - Indicates the status of the Git access token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.ComputeRepositoryAccessTokenStatusResponse{ tokenStatus: String.t() | nil }