Sha256: cbea7593f41fe8226ba26265bec2042db4cfea68111d2fcbf78d474b8435eb59
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# Passbase::Resource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique ID representing a resource | [optional] **status** | **String** | Current state of the resource in Passbase's systems | [optional] **created** | **Integer** | Unix-timestamp of when the resource was created | [optional] **updated** | **Integer** | Unix-timestamp of when the resource was updated | [optional] **type** | [**ResourceType**](ResourceType.md) | | [optional] **resource_files** | **Array<Object>** | | [optional] ## Code Sample ```ruby require 'Passbase' instance = Passbase::Resource.new(id: null, status: null, created: 1600250430, updated: 1600250430, type: null, resource_files: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
passbase-1.0.0 | docs/Resource.md |