github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/FederationInfo.md (about)

     1  # FederationInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of a federation | [optional] 
     7  **DisplayName** | **string** | Name of a federation | [optional] 
     8  **CreationTime** | [**time.Time**](time.Time.md) | Datetime of federation creation, in ISO 8601 format, for example 2016-03-10T18:07:52.534Z | [optional] 
     9  **LastModifiedTime** | [**time.Time**](time.Time.md) | Datetime of the last change of federation composition, in ISO 8601 format, for example 2016-03-10T18:07:52.534Z | [optional] 
    10  **Accounts** | [**[]FederationAccountInfo**](FederationAccountInfo.md) | List of countries which can be selected for a dialing plan | [optional] 
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14