amplify-swift/AmplifyTestCommon/Models/Scalar/Nested.swift

16 lines
262 B
Swift

//
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
// swiftlint:disable all
import Amplify
import Foundation
public struct Nested: Embeddable {
var valueOne: Int?
var valueTwo: String?
}