Class: Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ComputeRepositoryAccessTokenStatusResponse

Returns a new instance of ComputeRepositoryAccessTokenStatusResponse.



610
611
612
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 610

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#token_statusString

Indicates the status of the Git access token. Corresponds to the JSON property tokenStatus

Returns:

  • (String)


608
609
610
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 608

def token_status
  @token_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



615
616
617
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 615

def update!(**args)
  @token_status = args[:token_status] if args.key?(:token_status)
end