match# geetools.ee_asset.Asset.match(*patterns)# Return True if the asset matches the patterns. patterns: The patterns to match with the asset name. Examples asset = ee.Asset("projects/ee-geetools/assets/folder/image") asset.match("**/image") Return type: bool