Class: Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb
Overview
ComputeRepositoryAccessTokenStatus
response message.
Instance Attribute Summary collapse
-
#token_status ⇒ String
Indicates the status of the Git access token.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ComputeRepositoryAccessTokenStatusResponse
constructor
A new instance of ComputeRepositoryAccessTokenStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ComputeRepositoryAccessTokenStatusResponse
Returns a new instance of ComputeRepositoryAccessTokenStatusResponse.
690 691 692 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 690 def initialize(**args) update!(**args) end |
Instance Attribute Details
#token_status ⇒ String
Indicates the status of the Git access token.
Corresponds to the JSON property tokenStatus
688 689 690 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 688 def token_status @token_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
695 696 697 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 695 def update!(**args) @token_status = args[:token_status] if args.key?(:token_status) end |