| Name | Type | Description | Notes |
|---|---|---|---|
| updateAuthority | String | The public key of the update authority of the NFT | [optional] |
| updateAuthoritySearchMethod | UpdateAuthoritySearchMethodEnum | Only `exact_match` supported at this time | [optional] |
| mintAddress | String | The mint address of the NFT | [optional] |
| mintAddressSearchMethod | MintAddressSearchMethodEnum | Only `exact_match` supported at this time | [optional] |
| name | String | The name of the NFT | [optional] |
| nameSearchMethod | NameSearchMethodEnum | [optional] | |
| uri | String | The NFT's uri | [optional] |
| uriSearchMethod | UriSearchMethodEnum | [optional] | |
| symbol | String | The symbol associated with the candy machine | [optional] |
| symbolSearchMethod | SymbolSearchMethodEnum | [optional] | |
| network | NetworkEnum | [optional] |
| Name | Value |
|---|---|
| EXACT_MATCH | "exact_match" |
| Name | Value |
|---|---|
| EXACT_MATCH | "exact_match" |
| Name | Value |
|---|---|
| BEGINS_WITH | "begins_with" |
| EXACT_MATCH | "exact_match" |
| Name | Value |
|---|---|
| BEGINS_WITH | "begins_with" |
| EXACT_MATCH | "exact_match" |
| Name | Value |
|---|---|
| BEGINS_WITH | "begins_with" |
| EXACT_MATCH | "exact_match" |
| Name | Value |
|---|---|
| DEVNET | "devnet" |
| MAINNET_BETA | "mainnet-beta" |