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