GetAuditLog returns the AuditLog field.
()
| 31176 | |
| 31177 | // GetAuditLog returns the AuditLog field. |
| 31178 | func (r *RateLimits) GetAuditLog() *Rate { |
| 31179 | if r == nil { |
| 31180 | return nil |
| 31181 | } |
| 31182 | return r.AuditLog |
| 31183 | } |
| 31184 | |
| 31185 | // GetCodeScanningUpload returns the CodeScanningUpload field. |
| 31186 | func (r *RateLimits) GetCodeScanningUpload() *Rate { |
no outgoing calls