Link Search Menu Expand Document

Base64Asset

An Asset created from a Base64-encoded string.

Constructor

 my_asset = Base64Asset(base64)

Arguments

Name Type Description
base64 string A Base64-encoded string representation of an asset

Returns

Nothing


Methods