bunnyshell.com/sdk@v0.16.0/docs/SyncPathItem.md (about)

     1  # SyncPathItem
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **LocalPath** | Pointer to **NullableString** | The local path on the host os to sync from. | [optional] [readonly] 
     8  **RemotePath** | Pointer to **string** | The remote path on the container to sync to. | [optional] [readonly] 
     9  
    10  ## Methods
    11  
    12  ### NewSyncPathItem
    13  
    14  `func NewSyncPathItem() *SyncPathItem`
    15  
    16  NewSyncPathItem instantiates a new SyncPathItem object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewSyncPathItemWithDefaults
    22  
    23  `func NewSyncPathItemWithDefaults() *SyncPathItem`
    24  
    25  NewSyncPathItemWithDefaults instantiates a new SyncPathItem object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetLocalPath
    30  
    31  `func (o *SyncPathItem) GetLocalPath() string`
    32  
    33  GetLocalPath returns the LocalPath field if non-nil, zero value otherwise.
    34  
    35  ### GetLocalPathOk
    36  
    37  `func (o *SyncPathItem) GetLocalPathOk() (*string, bool)`
    38  
    39  GetLocalPathOk returns a tuple with the LocalPath field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetLocalPath
    43  
    44  `func (o *SyncPathItem) SetLocalPath(v string)`
    45  
    46  SetLocalPath sets LocalPath field to given value.
    47  
    48  ### HasLocalPath
    49  
    50  `func (o *SyncPathItem) HasLocalPath() bool`
    51  
    52  HasLocalPath returns a boolean if a field has been set.
    53  
    54  ### SetLocalPathNil
    55  
    56  `func (o *SyncPathItem) SetLocalPathNil(b bool)`
    57  
    58   SetLocalPathNil sets the value for LocalPath to be an explicit nil
    59  
    60  ### UnsetLocalPath
    61  `func (o *SyncPathItem) UnsetLocalPath()`
    62  
    63  UnsetLocalPath ensures that no value is present for LocalPath, not even an explicit nil
    64  ### GetRemotePath
    65  
    66  `func (o *SyncPathItem) GetRemotePath() string`
    67  
    68  GetRemotePath returns the RemotePath field if non-nil, zero value otherwise.
    69  
    70  ### GetRemotePathOk
    71  
    72  `func (o *SyncPathItem) GetRemotePathOk() (*string, bool)`
    73  
    74  GetRemotePathOk returns a tuple with the RemotePath field if it's non-nil, zero value otherwise
    75  and a boolean to check if the value has been set.
    76  
    77  ### SetRemotePath
    78  
    79  `func (o *SyncPathItem) SetRemotePath(v string)`
    80  
    81  SetRemotePath sets RemotePath field to given value.
    82  
    83  ### HasRemotePath
    84  
    85  `func (o *SyncPathItem) HasRemotePath() bool`
    86  
    87  HasRemotePath returns a boolean if a field has been set.
    88  
    89  
    90  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    91  
    92