public sealed class ImportMappingRulesRequest.Types.RulesFile : IMessage<ImportMappingRulesRequest.Types.RulesFile>, IEquatable<ImportMappingRulesRequest.Types.RulesFile>, IDeepCloneable<ImportMappingRulesRequest.Types.RulesFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ImportMappingRulesRequest.Types.RulesFile.
Required. The filename of the rules that needs to be converted. The
filename is used mainly so that future logs of the import rules job
contain it, and can therefore be searched by it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ImportMappingRulesRequest.Types.RulesFile` class within the Google Cloud Database Migration v1 API, offering reference materials and code samples."],["The `ImportMappingRulesRequest.Types.RulesFile` class represents a single rules file used in database migration, detailing its properties, constructors, inheritance, and implemented interfaces."],["Version 2.5.0 is the latest version of the `ImportMappingRulesRequest.Types.RulesFile`, and documentation is also available for older versions, going back to 1.0.0."],["The class has two key properties, `RulesContent` and `RulesSourceFilename`, both of which are required strings, where the first property represents the rule's content and the latter its filename, respectively."]]],[]]