Sha256: e95a78c9306677cecaee65215475adc7915dd22ceb967d500df60454b0e676f8

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

# Athenian::WorkTypePutRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account ID. |  |
| **work_type** | [**WorkType**](WorkType.md) |  |  |

## Example

```ruby
require 'athenian'

instance = Athenian::WorkTypePutRequest.new(
  account: null,
  work_type: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/WorkTypePutRequest.md
athenian-2.1.85 docs/WorkTypePutRequest.md
athenian-2.1.81 docs/WorkTypePutRequest.md