github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/PostFleetsFleetIdMembersInvitation.md (about)

     1  # PostFleetsFleetIdMembersInvitation
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **CharacterId** | **int32** | The character you want to invite | [default to null]
     7  **Role** | **string** | If a character is invited with the `fleet_commander` role, neither `wing_id` or `squad_id` should be specified. If a character is invited with the `wing_commander` role, only `wing_id` should be specified. If a character is invited with the `squad_commander` role, both `wing_id` and `squad_id` should be specified. If a character is invited with the `squad_member` role, `wing_id` and `squad_id` should either both be specified or not specified at all. If they aren’t specified, the invited character will join any squad with available positions. | [default to null]
     8  **SquadId** | **int64** | squad_id integer | [optional] [default to null]
     9  **WingId** | **int64** | wing_id integer | [optional] [default to null]
    10  
    11  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    12  
    13