Organization
class flow_api.organization.Organization(select=None, cls=None, init=None, by='name', allow_normal=True, allow_deleted=False, commit=False, address_line_1=<class 'flow_api.system.NotSet'>, address_line_2=<class 'flow_api.system.NotSet'>, bundle_id=<class 'flow_api.system.NotSet'>, bundle_name=<class 'flow_api.system.NotSet'>, city=<class 'flow_api.system.NotSet'>, commit_message=<class 'flow_api.system.NotSet'>, country=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_bundle_content=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, payment_type=<class 'flow_api.system.NotSet'>, primary_contact=<class 'flow_api.system.NotSet'>, project_id=<class 'flow_api.system.NotSet'>, project_name=<class 'flow_api.system.NotSet'>, region=<class 'flow_api.system.NotSet'>, track_in_git=<class 'flow_api.system.NotSet'>, vat_number=<class 'flow_api.system.NotSet'>, zip=<class 'flow_api.system.NotSet'>, debug=False)
Base class: Resource
Information about your organization, license, and billing.
Organization resources cannot be created or deleted.
See the corresponding Resources class at Organization
Parameters
| Name | Type | Description |
|---|---|---|
| address_line_1 | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| address_line_2 | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| allow_deleted | bool | |
| allow_normal | bool | |
| bundle_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| bundle_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| by | str | |
| city | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| cls | typing.Union[ type, NoneType ] | |
| commit | bool | |
| commit_message | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| country | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| debug | bool | |
| description | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| init | typing.Union[ dict, NoneType ] | |
| is_bundle_content | typing.Union[ flow_api.system.NotSet, bool ] | |
| is_readonly | typing.Union[ flow_api.system.NotSet, bool ] | |
| location_inheritance | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| name | typing.Union[ flow_api.system.NotSet, str ] | |
| payment_type | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| primary_contact | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| project_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| project_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| region | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| select | typing.Union[ str, NoneType ] | |
| track_in_git | typing.Union[ flow_api.system.NotSet, bool, NoneType ] | |
| vat_number | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| zip | typing.Union[ flow_api.system.NotSet, str, NoneType ] |