Class: HighLevel::Models::Marketplace::MigrateConnectionDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/marketplace/migrate_connection_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject (readonly)

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def access_token
  @access_token
end

#account_idObject (readonly)

Returns the value of attribute account_id

Returns:

  • (Object)

    the current value of account_id



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def 
  @account_id
end

#api_keyObject (readonly)

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def api_key
  @api_key
end

#app_idObject (readonly)

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute app_version_id

Returns:

  • (Object)

    the current value of 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_credentialsObject (readonly)

Returns the value of attribute basic_credentials

Returns:

  • (Object)

    the current value of basic_credentials



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def basic_credentials
  @basic_credentials
end

#display_nameObject (readonly)

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def display_name
  @display_name
end

#expiry_atObject (readonly)

Returns the value of attribute expiry_at

Returns:

  • (Object)

    the current value of expiry_at



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def expiry_at
  @expiry_at
end

#expiry_inObject (readonly)

Returns the value of attribute expiry_in

Returns:

  • (Object)

    the current value of expiry_in



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def expiry_in
  @expiry_in
end

#is_defaultObject (readonly)

Returns the value of attribute is_default

Returns:

  • (Object)

    the current value of is_default



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def is_default
  @is_default
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def location_id
  @location_id
end

#refresh_tokenObject (readonly)

Returns the value of attribute refresh_token

Returns:

  • (Object)

    the current value of refresh_token



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def refresh_token
  @refresh_token
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def scopes
  @scopes
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/marketplace/migrate_connection_dto.rb', line 9

def type
  @type
end