FileSizes
public struct FileSizes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size of a file in the base of a merge or pull request.
Declaration
Swift
public let base: Int64?
-
The size of a file in the destination of a merge or pull request.
Declaration
Swift
public let destination: Int64?
-
The size of a file in the source of a merge or pull request.
Declaration
Swift
public let source: Int64?
-
Undocumented
Declaration
Swift
public init(base: Int64? = nil, destination: Int64? = nil, source: Int64? = nil)