|
|
| m_clazz |
| |
|
| n_clazz |
| |
|
| m_description |
| |
|
| n_description |
| |
|
| n_tags |
| |
|
| m_tags |
| |
|
| m_icon |
| |
|
| n_icon |
| |
|
| m_content |
| |
|
| n_content |
| |
|
| is_new |
| |
|
| is_incomplete |
| |
|
| m_id |
| |
|
| n_id |
| |
|
| m_scope |
| |
|
| n_scope |
| |
|
| m_name |
| |
|
| n_name |
| |
|
| m_annotation |
| |
|
| n_annotation |
| |
|
|
| id = property(get_id, None, None) |
| | ID.
|
| |
|
| scope = property(get_scope, None, None) |
| | スコープ EScope
|
| |
|
| clazz = property(get_clazz, set_clazz, None) |
| | クラス EScriptClass
|
| |
|
| name = property(get_name, None, None) |
| | 名前
|
| |
|
| description = property(get_description, set_description, None) |
| | 説明
|
| |
|
| tags = property(get_tags, set_tags, None) |
| | タグ文字列の配列
|
| |
|
| icon = property(get_icon, set_icon, None) |
| | アイコン
|
| |
|
| content = property(get_content, set_content, None) |
| | 内容
|
| |
|
| annotation = property(get_annotation, None, None) |
| | 注釈
|
| |
| def saklient.cloud.resources.script.Script.__init__ |
( |
|
self, |
|
|
|
client, |
|
|
|
obj, |
|
|
|
wrapped = False |
|
) |
| |
- Parameters
-
| {saklient.cloud.client.Client} | client |
| {any} | obj |
| {bool} | wrapped=False |
| def saklient.cloud.resources.script.Script.api_deserialize_impl |
( |
|
self, |
|
|
|
r |
|
) |
| |
(This method is generated in Translator_default::buildImpl)
- Parameters
-
| def saklient.cloud.resources.script.Script.api_serialize_impl |
( |
|
self, |
|
|
|
withClean = False |
|
) |
| |
| def saklient.cloud.resources.script.Script.get_annotation |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {any}
| def saklient.cloud.resources.script.Script.get_clazz |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_content |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_description |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_icon |
( |
|
self | ) |
|
| def saklient.cloud.resources.script.Script.get_id |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_name |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_scope |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str}
| def saklient.cloud.resources.script.Script.get_tags |
( |
|
self | ) |
|
(This method is generated in Translator_default::buildImpl)
- Returns
- {str[]}
| def saklient.cloud.resources.script.Script.reload |
( |
|
self | ) |
|
| def saklient.cloud.resources.script.Script.save |
( |
|
self | ) |
|
| def saklient.cloud.resources.script.Script.set_clazz |
( |
|
self, |
|
|
|
v |
|
) |
| |
(This method is generated in Translator_default::buildImpl)
- Parameters
-
- Returns
- {str}
| def saklient.cloud.resources.script.Script.set_content |
( |
|
self, |
|
|
|
v |
|
) |
| |
(This method is generated in Translator_default::buildImpl)
- Parameters
-
- Returns
- {str}
| def saklient.cloud.resources.script.Script.set_description |
( |
|
self, |
|
|
|
v |
|
) |
| |
(This method is generated in Translator_default::buildImpl)
- Parameters
-
- Returns
- {str}
| def saklient.cloud.resources.script.Script.set_icon |
( |
|
self, |
|
|
|
v |
|
) |
| |
| def saklient.cloud.resources.script.Script.set_tags |
( |
|
self, |
|
|
|
v |
|
) |
| |
(This method is generated in Translator_default::buildImpl)
- Parameters
-
- Returns
- {str[]}
The documentation for this class was generated from the following file:
- saklient/cloud/resources/script.py