Source position: googlestorage.pp line 1076
type TObjectsCopyOptions = record |
destinationPredefinedAcl: string; |
ifGenerationMatch: Int64; |
ifGenerationNotMatch: Int64; |
ifMetagenerationMatch: Int64; |
ifMetagenerationNotMatch: Int64; |
ifSourceGenerationMatch: Int64; |
ifSourceGenerationNotMatch: Int64; |
ifSourceMetagenerationMatch: Int64; |
ifSourceMetagenerationNotMatch: Int64; |
projection: string; |
sourceGeneration: Int64; |
end; |