github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/model_get_killmails_killmail_id_killmail_hash_attacker.go (about)

     1  /*
     2   * EVE Swagger Interface
     3   *
     4   * An OpenAPI for EVE Online
     5   *
     6   * OpenAPI spec version: 1.21
     7   *
     8   * Generated by: https://github.com/swagger-api/swagger-codegen.git
     9   *
    10   * Licensed under the Apache License, Version 2.0 (the "License");
    11   * you may not use this file except in compliance with the License.
    12   * You may obtain a copy of the License at
    13   *
    14   *      http://www.apache.org/licenses/LICENSE-2.0
    15   *
    16   * Unless required by applicable law or agreed to in writing, software
    17   * distributed under the License is distributed on an "AS IS" BASIS,
    18   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    19   * See the License for the specific language governing permissions and
    20   * limitations under the License.
    21   */
    22  
    23  package esi
    24  
    25  /* A list of GetKillmailsKillmailIdKillmailHashAttacker. */
    26  //easyjson:json
    27  type GetKillmailsKillmailIdKillmailHashAttackerList []GetKillmailsKillmailIdKillmailHashAttacker
    28  
    29  /* attacker object */
    30  //easyjson:json
    31  type GetKillmailsKillmailIdKillmailHashAttacker struct {
    32  	AllianceId     int32   `json:"alliance_id,omitempty"`     /* alliance_id integer */
    33  	CharacterId    int32   `json:"character_id,omitempty"`    /* character_id integer */
    34  	CorporationId  int32   `json:"corporation_id,omitempty"`  /* corporation_id integer */
    35  	DamageDone     int32   `json:"damage_done,omitempty"`     /* damage_done integer */
    36  	FactionId      int32   `json:"faction_id,omitempty"`      /* faction_id integer */
    37  	FinalBlow      bool    `json:"final_blow,omitempty"`      /* Was the attacker the one to achieve the final blow  */
    38  	SecurityStatus float32 `json:"security_status,omitempty"` /* Security status for the attacker  */
    39  	ShipTypeId     int32   `json:"ship_type_id,omitempty"`    /* What ship was the attacker flying  */
    40  	WeaponTypeId   int32   `json:"weapon_type_id,omitempty"`  /* What weapon was used by the attacker for the kill  */
    41  }