Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 458 Bytes

GitlabSyncExportParameters.md

File metadata and controls

17 lines (10 loc) · 458 Bytes

Phrase::GitlabSyncExportParameters

Properties

Name Type Description Notes
account_id String Account ID to specify the actual account the GitLab Sync should be created in. Required if the requesting user is a member of multiple accounts. [optional]

Code Sample

require 'Phrase'

instance = Phrase::GitlabSyncExportParameters.new(account_id: abcd1234)