Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

AuthorMetadataOverride.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

TCAClient::AuthorMetadataOverride

Properties

Name Type Description Notes
given_name String Given or first name of submission author [optional]
family_name String Family or last name of submission author [optional]

Example

require 'tca_client'

instance = TCAClient::AuthorMetadataOverride.new(
  given_name: null,
  family_name: null
)