All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swift4.Configuration.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
// Configuration.swift
//
// Generated by openapi-generator
// https://openapi-generator.tech
//

import Foundation

open class Configuration {
	
	// This value is used to configure the date formatter that is used to serialize dates into JSON format. 
	// You must set it prior to encoding any dates, and it will only be read once. 
    open static var dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ"
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy