Sha256: ad62fbcb8bb84d2470ecd4c86f2eabd88428ce92c1045cf48aefd32b63905bb4

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

# Phrase::Invitation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**email** | **String** |  | [optional] 
**role** | **String** |  | [optional] 
**state** | **String** |  | [optional] 
**projects** | [**Array<ProjectShort>**](ProjectShort.md) |  | [optional] 
**locales** | [**Array<LocalePreview>**](LocalePreview.md) |  | [optional] 
**default_locale_codes** | **Array<String>** |  | [optional] 
**permissions** | [**Object**](.md) |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**accepted_at** | **DateTime** |  | [optional] 
**spaces** | [**Array<MemberSpaces>**](MemberSpaces.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Invitation.new(id: null,
                                 email: null,
                                 role: null,
                                 state: null,
                                 projects: null,
                                 locales: null,
                                 default_locale_codes: null,
                                 permissions: null,
                                 created_at: null,
                                 updated_at: null,
                                 accepted_at: null,
                                 spaces: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phrase-1.0.11 docs/Invitation.md