github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/model_get_characters_character_id_planets_planet_id_pin.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  import (
    26  	"time"
    27  )
    28  
    29  /* A list of GetCharactersCharacterIdPlanetsPlanetIdPin. */
    30  //easyjson:json
    31  type GetCharactersCharacterIdPlanetsPlanetIdPinList []GetCharactersCharacterIdPlanetsPlanetIdPin
    32  
    33  /* pin object */
    34  //easyjson:json
    35  type GetCharactersCharacterIdPlanetsPlanetIdPin struct {
    36  	Contents         []GetCharactersCharacterIdPlanetsPlanetIdContent        `json:"contents,omitempty"`    /* contents array */
    37  	ExpiryTime       time.Time                                               `json:"expiry_time,omitempty"` /* expiry_time string */
    38  	ExtractorDetails GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails `json:"extractor_details,omitempty"`
    39  	FactoryDetails   GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails   `json:"factory_details,omitempty"`
    40  	InstallTime      time.Time                                               `json:"install_time,omitempty"`     /* install_time string */
    41  	LastCycleStart   time.Time                                               `json:"last_cycle_start,omitempty"` /* last_cycle_start string */
    42  	Latitude         float32                                                 `json:"latitude,omitempty"`         /* latitude number */
    43  	Longitude        float32                                                 `json:"longitude,omitempty"`        /* longitude number */
    44  	PinId            int64                                                   `json:"pin_id,omitempty"`           /* pin_id integer */
    45  	SchematicId      int32                                                   `json:"schematic_id,omitempty"`     /* schematic_id integer */
    46  	TypeId           int32                                                   `json:"type_id,omitempty"`          /* type_id integer */
    47  }