import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)secret = client.fastedge.secrets.replace( id=0, name="name",)print(secret.app_count)
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)secret = client.fastedge.secrets.replace( id=0, name="name",)print(secret.app_count)