Class: DocuSign_Admin::GetSubAccountCreateProcessesByOrgIdOptions
- Inherits:
-
Object
- Object
- DocuSign_Admin::GetSubAccountCreateProcessesByOrgIdOptions
- Defined in:
- lib/docusign_admin/api/provision_asset_group_api.rb
Instance Attribute Summary collapse
-
#include_details ⇒ Object
When true, include details for the asset group account create processes.
-
#since_updated_date ⇒ Object
When provided and is in the past, only return asset group account create processes that are updated after the date.
Class Method Summary collapse
Instance Attribute Details
#include_details ⇒ Object
When true, include details for the asset group account create processes.
60 61 62 |
# File 'lib/docusign_admin/api/provision_asset_group_api.rb', line 60 def include_details @include_details end |
#since_updated_date ⇒ Object
When provided and is in the past, only return asset group account create processes that are updated after the date.
57 58 59 |
# File 'lib/docusign_admin/api/provision_asset_group_api.rb', line 57 def since_updated_date @since_updated_date end |
Class Method Details
.default ⇒ Object
62 63 64 |
# File 'lib/docusign_admin/api/provision_asset_group_api.rb', line 62 def self.default @@default ||= GetSubAccountCreateProcessesByOrgIdOptions.new end |