Sha256: 040cb5de7958a847b998b0f2bc0b298ffea3b18f33202998ad45f4b77ab132de
Contents?: true
Size: 677 Bytes
Versions: 774
Compression:
Stored size: 677 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 record was created at. | | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | ## Example ```ruby require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::OrganizationOrganizationModel.new( guid: null, name: null, created_at: null, updated_at: null ) ```
Version data entries
774 entries across 774 versions & 1 rubygems