IPWorks Cloud 2020 Python Edition

Questions / Feedback?

project_id Property

The Id of the project.

Syntax

def get_project_id() -> str: ...
def set_project_id(value: str) -> None: ...

project_id = property(get_project_id, set_project_id)

Default Value

""

Remarks

This property specifies the user's project Id obtained from the Google API Console. It is required when authentication using OAuth 2.0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]