Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

File metadata and controls

20 lines (14 loc) · 449 Bytes

Freeclimb::ModifyBlobRequest

Properties

Name Type Description Notes
blob Object
_alias String Custom identifier for this blob that is unique for the owning account. It will be set to the blobId by default if not provided. [optional]

Example

require 'freeclimb'

instance = Freeclimb::ModifyBlobRequest.new(
  blob: null,
  _alias: null
)