Sha256: 902bd8f9d6ed61059c02d524ff761dca115cfaf91e8e3a2fdd6afad902a6c991
Contents?: true
Size: 569 Bytes
Versions: 1333
Compression:
Stored size: 569 Bytes
Contents
# CybridApiOrganization::OrganizationOrganizationModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the organization. | | | **name** | **String** | Name provided for the organization. | | | **created_at** | **Time** | ISO8601 datetime the organization was created at. | | ## Example ```ruby require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::OrganizationOrganizationModel.new( guid: null, name: null, created_at: null ) ```
Version data entries
1,333 entries across 1,333 versions & 1 rubygems