Sha256: 6ed1a53c47abebdc0b7fb87ba925e6d86b8e8971613d7cc4daa3a141c14c813f
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
Contents
# DearInventoryRuby::Contact ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | If passed in PUT method, entry will be searched by id, found entry will be updated, otherwise created | [optional] **name** | **String** | Name of Contact | **job_title** | **String** | Job Title | [optional] **phone** | **String** | Phone | [optional] **mobile_phone** | **String** | Mobile Phone | [optional] **fax** | **String** | Fax | [optional] **email** | **String** | Email | [optional] **website** | **String** | Website | [optional] **comment** | **String** | Comment | [optional] **default** | **Boolean** | Points that Contact is used as default. `false` as default. | [optional] [default to false] **include_in_email** | **Boolean** | Points that Contact is included in Email. `false` as default. | [optional] [default to false] ## Code Sample ```ruby require 'DearInventoryRuby' instance = DearInventoryRuby::Contact.new(id: nil, name: nil, job_title: nil, phone: nil, mobile_phone: nil, fax: nil, email: nil, website: nil, comment: nil, default: nil, include_in_email: nil) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dear-inventory-ruby-0.2.13 | docs/Contact.md |
dear-inventory-ruby-0.2.12 | docs/Contact.md |