Folder

public struct Folder : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The fully qualified path of the folder in the repository.

    Declaration

    Swift

    public let absolutePath: String?
  • The relative path of the specified folder from the folder where the query originated.

    Declaration

    Swift

    public let relativePath: String?
  • The full SHA-1 pointer of the tree information for the commit that contains the folder.

    Declaration

    Swift

    public let treeId: String?
  • Undocumented

    Declaration

    Swift

    public init(absolutePath: String? = nil, relativePath: String? = nil, treeId: String? = nil)