Sha256: dc55fbc9b00b32663361e91a49d0ee8dc7db2ba13fa112cb938d1af28c696887
Contents?: true
Size: 390 Bytes
Versions: 3
Compression:
Stored size: 390 Bytes
Contents
# Athenian::WorkTypeGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | User's account ID. | | | **name** | **String** | Work type name. It is unique within the account scope. | | ## Example ```ruby require 'athenian' instance = Athenian::WorkTypeGetRequest.new( account: null, name: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/WorkTypeGetRequest.md |
athenian-2.1.85 | docs/WorkTypeGetRequest.md |
athenian-2.1.81 | docs/WorkTypeGetRequest.md |