Class: HighLevel::Models::Marketplace::MigrateConnectionDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::MigrateConnectionDto
- Defined in:
- lib/high_level/models/marketplace/migrate_connection_dto.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#account_id ⇒ Object
readonly
Returns the value of attribute account_id.
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
-
#app_version_id ⇒ Object
readonly
Returns the value of attribute app_version_id.
-
#basic_credentials ⇒ Object
readonly
Returns the value of attribute basic_credentials.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#expiry_at ⇒ Object
readonly
Returns the value of attribute expiry_at.
-
#expiry_in ⇒ Object
readonly
Returns the value of attribute expiry_in.
-
#is_default ⇒ Object
readonly
Returns the value of attribute is_default.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#refresh_token ⇒ Object
readonly
Returns the value of attribute refresh_token.
-
#scopes ⇒ Object
readonly
Returns the value of attribute scopes.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def access_token @access_token end |
#account_id ⇒ Object (readonly)
Returns the value of attribute account_id
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def account_id @account_id end |
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def api_key @api_key end |
#app_id ⇒ Object (readonly)
Returns the value of attribute app_id
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def app_id @app_id end |
#app_version_id ⇒ Object (readonly)
Returns the value of attribute app_version_id
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def app_version_id @app_version_id end |
#basic_credentials ⇒ Object (readonly)
Returns the value of attribute basic_credentials
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def basic_credentials @basic_credentials end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def display_name @display_name end |
#expiry_at ⇒ Object (readonly)
Returns the value of attribute expiry_at
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def expiry_at @expiry_at end |
#expiry_in ⇒ Object (readonly)
Returns the value of attribute expiry_in
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def expiry_in @expiry_in end |
#is_default ⇒ Object (readonly)
Returns the value of attribute is_default
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def is_default @is_default end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def location_id @location_id end |
#refresh_token ⇒ Object (readonly)
Returns the value of attribute refresh_token
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def refresh_token @refresh_token end |
#scopes ⇒ Object (readonly)
Returns the value of attribute scopes
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def scopes @scopes end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9 def type @type end |