Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

RankVectors::UpdateApiKeyRequest

Properties

Name Type Description Notes
name String New name for the API key [optional]
is_active Boolean Activate or deactivate the key [optional]

Example

require 'rankvectors'

instance = RankVectors::UpdateApiKeyRequest.new(
  name: null,
  is_active: null
)