UserInfo
public struct UserInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date when the specified commit was commited, in timestamp format with GMT offset.
Declaration
Swift
public let date: String? -
The email address associated with the user who made the commit, if any.
Declaration
Swift
public let email: String? -
The name of the user who made the specified commit.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(date: String? = nil, email: String? = nil, name: String? = nil)
View on GitHub
UserInfo Structure Reference