Sha256: a7fc5ca3818d3a6694ab46884578196e636599e5268c757dc50be6e18bbc1d66
Contents?: true
Size: 1.05 KB
Versions: 21
Compression:
Stored size: 1.05 KB
Contents
# Phrase::Branch ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **base_project_id** | **String** | | [optional] **branch_project_id** | **String** | | [optional] **name** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **merged_at** | **Time** | | [optional] **merged_by** | [**UserPreview**](UserPreview.md) | | [optional] **created_by** | [**UserPreview**](UserPreview.md) | | [optional] **state** | **String** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Branch.new(base_project_id: null, branch_project_id: null, name: null, created_at: null, updated_at: null, merged_at: null, merged_by: null, created_by: null, state: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems