Sha256: 92dd65c0abf9ba3f5a75ce16d52aab25a12c1655e8d720ab3f10880054ca9c7e

Contents?: true

Size: 982 Bytes

Versions: 5

Compression:

Stored size: 982 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** | **String** | All resource types that passbase supports | [optional] 
**resource_files** | **Array<Object>** |  | [optional] 

## Code Sample

```ruby
require 'Passbase'

instance = Passbase::Resource.new(id: null,
                                 status: null,
                                 created: 1600250430,
                                 updated: 1600250430,
                                 type: NATIONAL_ID_CARD,
                                 resource_files: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
passbase-1.2.0 docs/Resource.md
passbase-1.1.0 docs/Resource.md
passbase-1.0.3 docs/Resource.md
passbase-1.0.2 docs/Resource.md
passbase-1.0.1 docs/Resource.md