UpdateDefaultBranchInput
public struct UpdateDefaultBranchInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the branch to set as the default.
Declaration
Swift
public let defaultBranchName: String -
The name of the repository to set or change the default branch for.
Declaration
Swift
public let repositoryName: String -
Undocumented
Declaration
Swift
public init(defaultBranchName: String, repositoryName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateDefaultBranchInput Structure Reference