Source: schemas/shield-information-barrier-segment-restriction-base.generated.ts

  1. import * as schemas from '.';
  2. /**
  3. * Shield information barrier segment restriction (Base)
  4. *
  5. * A base representation of
  6. * a segment restriction object for
  7. * the shield information barrier
  8. */
  9. export interface ShieldInformationBarrierSegmentRestrictionBase {
  10. /**
  11. * Shield information barrier segment restriction
  12. * Example: shield_information_barrier_segment_restriction
  13. */
  14. type?: 'shield_information_barrier_segment_restriction';
  15. /**
  16. * The unique identifier for the
  17. * shield information barrier segment restriction.
  18. * Example: 11446498
  19. */
  20. id?: string;
  21. }