Class StructSchemaTypeProperties

Direct Known Subclasses:
StructSchemaTypeRequestBody

public class StructSchemaTypeProperties extends ComplexSchemaTypeProperties
StructSchemaTypeProperties is a class for representing a set of schema attributes - also known as a structure, struct, group or object in different programming languages.
  • Constructor Details

    • StructSchemaTypeProperties

      public StructSchemaTypeProperties()
      Default constructor
    • StructSchemaTypeProperties

      public StructSchemaTypeProperties(StructSchemaTypeProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details